Fixed various issues introduced by creating an singleton Onion object and passing it into the OnionShare object

This commit is contained in:
Micah Lee 2017-05-14 17:21:13 -07:00
parent adc450c971
commit dc23946fe8
No known key found for this signature in database
GPG key ID: 403C2657CD994F73
4 changed files with 13 additions and 27 deletions

View file

@ -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():