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:
Tim Gates 2020-12-24 10:34:47 +11:00
parent 6eee7f9c5c
commit 02e67fc75c
No known key found for this signature in database
GPG Key ID: AE3BE0D53823CF05

View File

@ -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