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