im retarded?

pull/200/head
Aevann 2023-09-11 21:16:16 +03:00
parent 6fe7c655d2
commit c4b12d01b5
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ def get_mentions(cache, queries, reddit_notifs_users=False):
data = sorted(data, key=lambda x: int(x['created_utc']), reverse=True)
for thing in data:
if not thing['permalink']:
if not thing.get('permalink'):
print(thing, flush=True)
continue