summaryrefslogtreecommitdiff
path: root/index.cgi
diff options
context:
space:
mode:
Diffstat (limited to 'index.cgi')
-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: