Fix formatting

This commit is contained in:
Thomas Sileo
2019-04-17 23:36:28 +02:00
parent 5c59a68cca
commit 323d069bf9
2 changed files with 3 additions and 1 deletions

2
app.py
View File

@@ -1706,6 +1706,8 @@ def inbox():
)
data = request.get_json(force=True)
print(f"req_headers={request.headers}")
print(f"raw_data={data}")
logger.debug(f"req_headers={request.headers}")
logger.debug(f"raw_data={data}")
try:

View File

@@ -174,7 +174,7 @@ def _drop_db():
mongo_client.drop_database(DB_NAME)
KEY = get_key(ID, ID+"#main-key", USERNAME, DOMAIN)
KEY = get_key(ID, ID + "#main-key", USERNAME, DOMAIN)
JWT_SECRET = get_secret_key("jwt")