Ignore settings.py and add settings.py.default

This commit is contained in:
2020-08-31 18:48:22 -05:00
parent e6dcb814fb
commit 4b624f3fed
3 changed files with 3 additions and 4 deletions

View File

@ -53,8 +53,6 @@ def upload():
validkeys = [x.strip("\n") for x in validkeys]
while "" in validkeys:
validkeys.remove("")
print("removed blank key")
print("Valid keys: {0}".format(validkeys))
print("Loaded validkeys")
if "uploadKey" in request.form: # if an uploadKey was provided