mirror of
https://github.com/onionshare/onionshare.git
synced 2025-02-02 17:44:57 -05:00
Don't generate a new static url path on each share within a tab's lifecycle (doesn't work in newer Flask anyway)
This commit is contained in:
parent
83b2bf2f0c
commit
3b0ff388ac
@ -62,9 +62,6 @@ class OnionThread(QtCore.QThread):
|
||||
def run(self):
|
||||
self.mode.common.log("OnionThread", "run")
|
||||
|
||||
# Make a new static URL path for each new share
|
||||
self.mode.web.generate_static_url_path()
|
||||
|
||||
# Choose port early, because we need them to exist in advance for scheduled shares
|
||||
if not self.mode.app.port:
|
||||
self.mode.app.choose_port()
|
||||
|
Loading…
x
Reference in New Issue
Block a user