diff --git a/models.py b/models.py index 9a82585..af0737d 100644 --- a/models.py +++ b/models.py @@ -31,7 +31,7 @@ class Link: return cls( id=id, link=link, - user_id=useredid, + user_id=user_id, read_at=read_at, added_at=added_at )