Fix an indentation issue in fetchmail.py, reported by senilio

This commit is contained in:
Pierre Jaury
2016-11-14 17:08:05 +01:00
parent e9adf1f4cb
commit abc20e5384

View File

@@ -66,6 +66,7 @@ def run(connection, cursor):
# Warning: the poll command contains the mailbox password
# in clear text
# print(fetchmailrc)
print(error_message)
finally:
cursor.execute("""
UPDATE fetch SET error=?, last_check=datetime('now')