Merge branch 'develop' of https://github.com/twann4/onionshare into twann4-develop

This commit is contained in:
Micah Lee 2021-08-20 11:58:15 -07:00
commit 54f204fc5d
No known key found for this signature in database
GPG Key ID: 403C2657CD994F73

View File

@ -191,7 +191,7 @@ class Web:
self.app.static_url_path = self.static_url_path
self.app.add_url_rule(
self.static_url_path + "/<path:filename>",
endpoint="static",
endpoint="onionshare-static", # This "static" line seems to raise an AssertionError, but it is not used anywhere else in the project
view_func=self.app.send_static_file,
)