Forráskód Böngészése

Update main.py

fix run function
kangnwh 9 éve
szülő
commit
bc5d057969
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      Run/main.py

+ 1 - 1
Run/main.py

@@ -23,7 +23,7 @@ from Schedule.ProxyValidSchedule import run as ValidRun
 from Schedule.ProxyRefreshSchedule import run as RefreshRun
 from Schedule.ProxyRefreshSchedule import run as RefreshRun
 from Util.GetConfig import GetConfig
 from Util.GetConfig import GetConfig
 
 
-def run(host,port):
+def run():
     p_list = list()
     p_list = list()
     p1 = Process(target=ProxyApiRun, name='ProxyApiRun')
     p1 = Process(target=ProxyApiRun, name='ProxyApiRun')
     p_list.append(p1)
     p_list.append(p1)