2
0
mirror of https://github.com/frappe/frappe_docker.git synced 2025-02-04 21:18:28 +00:00
frappe_docker/images/worker/gevent_patch.py
2022-02-26 19:13:48 +03:00

4 lines
48 B
Python

import gevent.monkey
gevent.monkey.patch_all()