passing webapp the debug flag (#50)

This commit is contained in:
Micah Lee 2014-06-26 14:56:29 -04:00
parent d0d4cebbff
commit 5f627dc9e4
2 changed files with 2 additions and 0 deletions

View File

@ -133,6 +133,7 @@ def main():
webapp.qtapp = app
webapp.clipboard = app.clipboard()
webapp.stay_open = stay_open
webapp.debug = debug
# run the web app in a new thread
webapp_port = onionshare.choose_port()

View File

@ -8,6 +8,7 @@ onion_host = None
qtapp = None
clipboard = None
stay_open = None
debug = None
url = None