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
e61403174d
commit
00af69a3f5
@ -146,9 +146,9 @@ def service():
|
|||||||
break
|
break
|
||||||
except:
|
except:
|
||||||
if (i != 4):
|
if (i != 4):
|
||||||
print("[WAR] failed, trying " + str(5 - i - 1) + " more times")
|
print("[WARNING] failed, trying " + str(5 - i - 1) + " more times")
|
||||||
else:
|
else:
|
||||||
print("[ERR] failed to compute data, skipping")
|
print("[ERROR] failed to compute data, skipping")
|
||||||
fucked = True
|
fucked = True
|
||||||
|
|
||||||
end = time.time()
|
end = time.time()
|
||||||
|
Loading…
Reference in New Issue
Block a user