Added cron field to database

This commit is contained in:
2022-04-05 10:51:09 +02:00
parent e65933ac52
commit 835beed17d
10 changed files with 203 additions and 63 deletions

View File

@@ -8,4 +8,4 @@ def get_token(test_client, email, password):
if "token" in json.loads(response.data)["data"]:
return json.loads(response.data)["data"]["token"]
return ""
return ""