hidden_help, small adjustments to routing

This commit is contained in:
Xevion
2019-06-30 05:17:34 -05:00
parent 208055704e
commit eca0343174
5 changed files with 567 additions and 3 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ with open('hidden', 'r') as hidden:
hidden = hidden.read()
with open('key', 'r') as key:
key = key.read()
key = key.read()
class Config(object):
HIDDEN_URL = hidden