Skip to content

Commit 8affc7d

Browse files
committed
Back goes the timeout.
1 parent 911a362 commit 8affc7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code/gmane/gmane.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ def parsemaildate(md) :
161161
cur.execute('''INSERT OR IGNORE INTO Messages (id, email, sent_at, subject, headers, body)
162162
VALUES ( ?, ?, ?, ?, ?, ? )''', ( start, email, sent_at, subject, hdr, body))
163163
conn.commit()
164-
# time.sleep(1)
164+
time.sleep(1)
165165

166166
cur.close()
167167

0 commit comments

Comments
 (0)