diff options
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, |