Explorar o código

remove password option for redis

Ning Kang %!s(int64=9) %!d(string=hai) anos
pai
achega
bf163f45d1
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  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()