mirror of
https://github.com/optim-enterprises-bv/Mailu.git
synced 2025-11-07 21:43:11 +00:00
Fix an indentation issue in fetchmail.py, reported by senilio
This commit is contained in:
@@ -66,6 +66,7 @@ def run(connection, cursor):
|
|||||||
# Warning: the poll command contains the mailbox password
|
# Warning: the poll command contains the mailbox password
|
||||||
# in clear text
|
# in clear text
|
||||||
# print(fetchmailrc)
|
# print(fetchmailrc)
|
||||||
|
print(error_message)
|
||||||
finally:
|
finally:
|
||||||
cursor.execute("""
|
cursor.execute("""
|
||||||
UPDATE fetch SET error=?, last_check=datetime('now')
|
UPDATE fetch SET error=?, last_check=datetime('now')
|
||||||
|
|||||||
Reference in New Issue
Block a user