1
0
mirror of https://github.com/titanscouting/tra-analysis.git synced 2025-03-30 00:05:18 +00:00

Update superscript.py

This commit is contained in:
ltcptgeneral 2019-02-28 13:39:35 -06:00
parent e61403174d
commit 00af69a3f5

@ -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()