Update superscript.py

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

View File

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