mirror of
https://github.com/onionshare/onionshare.git
synced 2024-10-01 01:35:40 -04:00
Merge branch 'mig5-fix_persistent_url'
This commit is contained in:
commit
ec6adfdb8f
@ -79,7 +79,6 @@ def main(cwd=None):
|
|||||||
|
|
||||||
|
|
||||||
settings = Settings(config)
|
settings = Settings(config)
|
||||||
settings.load()
|
|
||||||
|
|
||||||
# Start the Onion object
|
# Start the Onion object
|
||||||
onion = Onion()
|
onion = Onion()
|
||||||
@ -129,6 +128,7 @@ def main(cwd=None):
|
|||||||
app.shutdown_timer.start()
|
app.shutdown_timer.start()
|
||||||
|
|
||||||
# Save the web slug if we are using a persistent private key
|
# Save the web slug if we are using a persistent private key
|
||||||
|
settings.load()
|
||||||
if settings.get('save_private_key'):
|
if settings.get('save_private_key'):
|
||||||
if not settings.get('slug'):
|
if not settings.get('slug'):
|
||||||
settings.set('slug', web.slug)
|
settings.set('slug', web.slug)
|
||||||
|
Loading…
Reference in New Issue
Block a user