summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorubq323 <ubq323@ubq323.website>2022-01-26 01:38:55 +0000
committerubq323 <ubq323@ubq323.website>2022-01-26 01:38:55 +0000
commitc7c80e1b98d4786e5d312075d632a6362acd1018 (patch)
tree3a106e49d183aa855a829a5bd00898cf01197fdc
parent81f4126450372a11d912ed3d2a4fa52f9592921b (diff)
fix crash when coral's thing is down
-rwxr-xr-xindex.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.cgi b/index.cgi
index 280b59d..5fa515c 100755
--- a/index.cgi
+++ b/index.cgi
@@ -9,7 +9,7 @@ if a > 300:
try:
st = urllib.request.urlopen("https://coral.shoes/george-status/george-status-html-but-epic").read().decode("utf-8")
except:
- st = "a webring"
+ st = "a webring\x1e"
with open(p,"w") as f:
f.write(st)
else: