diff options
author | ubq323 <ubq323@ubq323.website> | 2022-01-26 01:42:06 +0000 |
---|---|---|
committer | ubq323 <ubq323@ubq323.website> | 2022-01-26 01:42:06 +0000 |
commit | bedecc048b7b8ecad75c19e5d67942bb43b6ccdb (patch) | |
tree | b216413b0386b93dd64e66f27358a6175c2d6c99 | |
parent | c7c80e1b98d4786e5d312075d632a6362acd1018 (diff) |
why is this stripping anything anyway
-rwxr-xr-x | index.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -14,7 +14,7 @@ if a > 300: f.write(st) else: with open(p) as f: - st = f.read().strip() + st = f.read() sts = st.split("\x1e") |