增加 requirements.txt

This commit is contained in:
Jalin
2019-01-08 02:14:16 +08:00
parent 8bcbaf4cde
commit 2a734bdfe6
4 changed files with 22 additions and 17 deletions

View File

@@ -18,7 +18,7 @@ def main():
Query.run()
if not Const.IS_TEST:
while True:
sleep(1)
sleep(10000)
CommonLog.test_complete()