mirror of
https://github.com/onionshare/onionshare.git
synced 2025-01-12 07:49:39 -05:00
Merge pull request #1259 from timgates42/bugfix_typo_progress
docs: fix simple typo, progess -> progress
This commit is contained in:
commit
589ea1cfae
@ -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