We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d2460a commit 29b1d79Copy full SHA for 29b1d79
1 file changed
servidor.py
@@ -19,6 +19,10 @@
19
along with this program. If not, see <https://www.gnu.org/licenses/>.
20
21
'''
22
+# 👇 esto siempre va primero
23
+import eventlet
24
+eventlet.monkey_patch()
25
+
26
import os
27
import json
28
from datetime import timedelta
0 commit comments