Kaynağa Gözat

remove password option for redis

Ning Kang 9 yıl önce
ebeveyn
işleme
bf163f45d1
1 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  1. 2 2
      Run/main.py

+ 2 - 2
Run/main.py

@@ -14,14 +14,14 @@ __author__ = 'JHao'
 
 import sys
 from multiprocessing import Process
-from Util.GetConfig import GetConfig
+
 
 sys.path.append('../')
 
 from Api.ProxyApi import run as ProxyApiRun
 from Schedule.ProxyValidSchedule import run as ValidRun
 from Schedule.ProxyRefreshSchedule import run as RefreshRun
-
+from Util.GetConfig import GetConfig
 
 def run(host,port):
     p_list = list()