2
0
mirror of https://github.com/frappe/frappe_docker.git synced 2024-11-10 15:20:55 +00:00
frappe_docker/build/frappe-worker/commands/gevent_patch.py
2021-11-05 20:00:11 +03:00

3 lines
47 B
Python

import gevent.monkey
gevent.monkey.patch_all()