monkeypatch gevent

This commit is contained in:
Kenneth Kehl
2025-09-24 08:34:06 -07:00
parent aedcc915d5
commit 78295e3d49

View File

@@ -1,4 +1,7 @@
#!/usr/bin/env python
from gevent import monkey
monkey.patch_all()
from flask import Flask