From c7c80e1b98d4786e5d312075d632a6362acd1018 Mon Sep 17 00:00:00 2001 From: ubq323 Date: Wed, 26 Jan 2022 01:38:55 +0000 Subject: fix crash when coral's thing is down --- index.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'index.cgi') 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: -- cgit v1.2.3