1
0
Fork 0
mirror of https://github.com/dbarzin/pandora-box.git synced 2025-07-18 21:09:41 +02:00
This commit is contained in:
didier 2025-04-08 09:25:25 +02:00
parent dd3d0596df
commit cb097dd809
3 changed files with 15 additions and 9 deletions

View file

@ -10,7 +10,8 @@ for arg in sys.argv[1:]:
print(arg, end="", flush=True)
print(":", end="", flush=True)
res = pp.submit_from_disk(arg)
res = pp.submit_from_disk(arg, seed_expire=3600)
print(res)
while True:
print(".", end="", flush=True)