mirror of
https://github.com/TDSCDMAA/AutoMihoyoBBS.git
synced 2026-06-02 18:43:42 +08:00
小改动
This commit is contained in:
parent
76ab1ff1b2
commit
aaaade2be2
5
.gitignore
vendored
5
.gitignore
vendored
@ -129,4 +129,7 @@ dmypy.json
|
||||
.pyre/
|
||||
|
||||
# VSCode
|
||||
.vscode/
|
||||
.vscode/
|
||||
|
||||
#自己用的推送((
|
||||
push_main.py
|
||||
|
||||
@ -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":
|
||||
|
||||
Loading…
Reference in New Issue
Block a user