Skip to content

Commit

Permalink
Update app.py
Browse files Browse the repository at this point in the history
  • Loading branch information
midoks committed Jun 29, 2023
1 parent 7a9a811 commit f174e71
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions app.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,8 @@
from geventwebsocket.handler import WebSocketHandler


if sys.version_info.minor <= 7:
from gevent import monkey
monkey.patch_all()
from gevent import monkey
monkey.patch_all()

try:
if __name__ == "__main__":
Expand Down

0 comments on commit f174e71

Please sign in to comment.