mirror of
https://github.com/onionshare/onionshare.git
synced 2024-10-01 01:35:40 -04:00
Fixed CLI version to properly stop the webserver
This commit is contained in:
parent
7b666654f3
commit
ea06ec19a1
@ -260,7 +260,7 @@ def main():
|
||||
time.sleep(0.5)
|
||||
except KeyboardInterrupt:
|
||||
running = False
|
||||
web.stop()
|
||||
web.stop(app.port)
|
||||
|
||||
# shutdown
|
||||
app.cleanup()
|
||||
|
Loading…
Reference in New Issue
Block a user