버그 수정
This commit is contained in:
@@ -82,6 +82,7 @@ def main():
|
||||
continue
|
||||
waiters[servRelPath] = executor.submit(run, webPath)
|
||||
time.sleep(waitTick)
|
||||
currTime = getCurrentMillisecTime()
|
||||
|
||||
for future in waiters.values():
|
||||
future.result(None)
|
||||
|
||||
Reference in New Issue
Block a user