mirror of
https://github.com/onionshare/onionshare.git
synced 2025-08-07 22:02:35 -04:00
Fixed various issues introduced by creating an singleton Onion object and passing it into the OnionShare object
This commit is contained in:
parent
adc450c971
commit
dc23946fe8
4 changed files with 13 additions and 27 deletions
|
@ -105,7 +105,7 @@ def main():
|
|||
|
||||
# Start the OnionShare app
|
||||
web.set_stay_open(stay_open)
|
||||
app = OnionShare(debug, local_only, stay_open)
|
||||
app = OnionShare(onion, debug, local_only, stay_open)
|
||||
|
||||
# Clean up when app quits
|
||||
def shutdown():
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue