@@ -19,8 +19,7 @@ import traceback
from apscheduler.schedulers.blocking import BlockingScheduler
import gc
-#原始版本
-
+# 原始版本
# auth('18616891214', 'Ea?*7f68nD.dafcW34d!')
# auth('18521506014', 'Abc123!@#')
# stocks = list(get_all_securities(['stock'], date=dt.today().strftime('%Y-%m-%d')).index)
@@ -29,6 +28,7 @@ import gc
pd.set_option('display.max_columns', None) # 设置显示最大行
fre = '1d'
+
def run(seq):
print('seq=', seq)
'''阻塞线程接收行情回调'''