소스 검색

Update main.py

fix run function
kangnwh 9 년 전
부모
커밋
bc5d057969
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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 Util.GetConfig import GetConfig
 
-def run(host,port):
+def run():
     p_list = list()
     p1 = Process(target=ProxyApiRun, name='ProxyApiRun')
     p_list.append(p1)