Remove debugging information printing on unrecognized requests
Simon Volpert
3 years ago
140 | 140 |
state.remove(query_string)
|
141 | 141 |
write_state(state)
|
142 | 142 |
print('30 gemini://{}/cgi-bin/todo\r'.format(server_name))
|
143 | |
# Dump debugging information
|
|
143 |
# Deny all other requests
|
144 | 144 |
else:
|
145 | |
print('20 text/gemini\r')
|
146 | |
print(repr(os.environ))
|
|
145 |
print('50 text/gemini\r')
|