버그 수정

This commit is contained in:
2020-05-06 20:58:08 +09:00
parent 253e48694a
commit f155a341cb
+1
View File
@@ -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)