mirror of
https://github.com/onionshare/onionshare.git
synced 2025-01-23 13:11:21 -05:00
docs: fix simple typo, progess -> progress
There is a small typo in cli/onionshare_cli/web/web.py. Should read `progress` rather than `progess`.
This commit is contained in:
parent
6eee7f9c5c
commit
02e67fc75c
@ -115,7 +115,7 @@ class Web:
|
||||
if self.mode == "receive":
|
||||
# Use custom WSGI middleware, to modify environ
|
||||
self.app.wsgi_app = ReceiveModeWSGIMiddleware(self.app.wsgi_app, self)
|
||||
# Use a custom Request class to track upload progess
|
||||
# Use a custom Request class to track upload progress
|
||||
self.app.request_class = ReceiveModeRequest
|
||||
|
||||
# Starting in Flask 0.11, render_template_string autoescapes template variables
|
||||
|
Loading…
Reference in New Issue
Block a user