Update setting.py
This commit is contained in:
parent
769f065bdf
commit
b131ba8b93
|
|
@ -12,6 +12,9 @@
|
|||
# 配置文件
|
||||
# ---------------------------------------------------------------------------------
|
||||
|
||||
import eventlet
|
||||
eventlet.monkey_patch()
|
||||
|
||||
import time
|
||||
import sys
|
||||
import random
|
||||
|
|
|
|||
Loading…
Reference in New Issue