小改动

This commit is contained in:
Womsxd 2021-07-17 11:07:38 +08:00
parent 76ab1ff1b2
commit aaaade2be2
No known key found for this signature in database
GPG Key ID: 0FE76418EE689B68
2 changed files with 5 additions and 2 deletions

5
.gitignore vendored
View File

@ -129,4 +129,7 @@ dmypy.json
.pyre/
# VSCode
.vscode/
.vscode/
#自己用的推送((
push_main.py

View File

@ -36,7 +36,7 @@ def main_multi(autorun:bool):
config.config_Path= f"{config.path}/{i}"
main.main()
tools.log.info(f"{i}执行完毕")
time.sleep(random.randint(5, 15))
time.sleep(random.randint(3, 10))
if __name__ == "__main__":
if len(sys.argv) >= 2 and sys.argv[1] == "autorun":