diff options
author | ubq323 <ubq323@ubq323.website> | 2022-01-26 01:38:55 +0000 |
---|---|---|
committer | ubq323 <ubq323@ubq323.website> | 2022-01-26 01:38:55 +0000 |
commit | c7c80e1b98d4786e5d312075d632a6362acd1018 (patch) | |
tree | 3a106e49d183aa855a829a5bd00898cf01197fdc /index.cgi | |
parent | 81f4126450372a11d912ed3d2a4fa52f9592921b (diff) |
fix crash when coral's thing is down
Diffstat (limited to 'index.cgi')
-rwxr-xr-x | index.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |