Compare commits
2 Commits
58645f87ea
...
75cc0b46f9
| Author | SHA1 | Date |
|---|---|---|
|
|
75cc0b46f9 | |
|
|
3cddbe4922 |
|
|
@ -126,7 +126,7 @@ def list_patchnotes(since: str | None = None):
|
||||||
user_id = current_user_id() # 1) aktueller Benutzer
|
user_id = current_user_id() # 1) aktueller Benutzer
|
||||||
last_login = last_login_collection.find_one({"user_id": user_id}, {"last_login"})
|
last_login = last_login_collection.find_one({"user_id": user_id}, {"last_login"})
|
||||||
query = {}
|
query = {}
|
||||||
logging.info("since" +since)
|
logging.info("since" + str(since))
|
||||||
if since:
|
if since:
|
||||||
logging.info("Went into if since")
|
logging.info("Went into if since")
|
||||||
query = {
|
query = {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue