diff options
author | Parker <contact@pkrm.dev> | 2024-11-08 15:01:30 -0600 |
---|---|---|
committer | Parker <contact@pkrm.dev> | 2024-11-08 15:01:30 -0600 |
commit | f1411191b001bd35af83dda869ce492ff8f88899 (patch) | |
tree | 67e95f61380ef5c4f07c24d11c37a75b32c05c9f /app/util | |
parent | f66ee5cd7dc31ac936d7b0a7aa45c92857612022 (diff) |
Remove default statement for DB
Diffstat (limited to 'app/util')
-rw-r--r-- | app/util/log.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/util/log.py b/app/util/log.py index 1d21445..58a56f9 100644 --- a/app/util/log.py +++ b/app/util/log.py @@ -68,6 +68,7 @@ def log(link, ip, user_agent): new_log = Log( owner=owner, link=link, + timestamp=datetime.datetime.utcnow(), ip=ip, location=location, browser=browser, |