Update robust.py

main
witchdocsec 2022-11-17 06:55:29 +00:00 committed by GitHub
parent 1a4c38de91
commit f3d35a3dc3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 6 deletions

View File

@ -62,10 +62,5 @@ def runrobust(args):
t.start()
for t in threads:
t.join()
print(*splt)
parser()