Skip to content

Commit 533b8b4

Browse files
committed
Merge pull request NARKOZ#119 from lgmoneda/patch-1
Update kumar_asshole.py
2 parents c92451e + 3eeb95f commit 533b8b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/kumar_asshole.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
if not g.logged_in:
1313
sys.exit()
1414

15-
msgs = g.inbox().mail(sender="[email protected]", unread=True)
15+
msgs = g.inbox().mail(sender="[email protected]", unread=True, prefetch=True)
1616

1717
pattern = re.compile("\bsorry\b | \bhelp\b | \bwrong\b ", flags=re.I)
1818

0 commit comments

Comments
 (0)