mirror of
https://github.com/onionshare/onionshare.git
synced 2024-10-01 01:35:40 -04:00
passing webapp the debug flag (#50)
This commit is contained in:
parent
d0d4cebbff
commit
5f627dc9e4
@ -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()
|
||||
|
@ -8,6 +8,7 @@ onion_host = None
|
||||
qtapp = None
|
||||
clipboard = None
|
||||
stay_open = None
|
||||
debug = None
|
||||
|
||||
url = None
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user