We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c92451e commit 3eeb95fCopy full SHA for 3eeb95f
python/kumar_asshole.py
@@ -12,7 +12,7 @@
12
if not g.logged_in:
13
sys.exit()
14
15
-msgs = g.inbox().mail(sender="[email protected]", unread=True)
+msgs = g.inbox().mail(sender="[email protected]", unread=True, prefetch=True)
16
17
pattern = re.compile("\bsorry\b | \bhelp\b | \bwrong\b ", flags=re.I)
18
0 commit comments