Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
devel:languages:python:backports
python-onionshare
relax-async-mode.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File relax-async-mode.patch of Package python-onionshare
Index: onionshare-2.6/cli/onionshare_cli/web/web.py =================================================================== --- onionshare-2.6.orig/cli/onionshare_cli/web/web.py +++ onionshare-2.6/cli/onionshare_cli/web/web.py @@ -177,10 +177,10 @@ class Web: elif self.mode == "chat": if self.common.verbose: self.socketio = SocketIO( - async_mode="gevent", logger=True, engineio_logger=True + logger=True, engineio_logger=True ) else: - self.socketio = SocketIO(async_mode="gevent") + self.socketio = SocketIO() self.socketio.init_app(self.app) self.chat_mode = ChatModeWeb(self.common, self)
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor