mirror of
https://github.com/titanscouting/tra-analysis.git
synced 2024-11-10 06:54:44 +00:00
Update superscript.py
This commit is contained in:
parent
206ebd1b0c
commit
605183f3fe
@ -146,9 +146,9 @@ def service():
|
||||
break
|
||||
except:
|
||||
if (i != 4):
|
||||
print("[WAR] failed, trying " + str(5 - i - 1) + " more times")
|
||||
print("[WARNING] failed, trying " + str(5 - i - 1) + " more times")
|
||||
else:
|
||||
print("[ERR] failed to compute data, skipping")
|
||||
print("[ERROR] failed to compute data, skipping")
|
||||
fucked = True
|
||||
|
||||
end = time.time()
|
||||
|
Loading…
Reference in New Issue
Block a user