mirror of
https://github.com/draga79/NotiMail.git
synced 2024-11-12 16:51:34 +01:00
Fixed typo
This commit is contained in:
parent
efdcb112fb
commit
330abd83ba
1 changed files with 1 additions and 1 deletions
|
@ -289,7 +289,7 @@ class IMAPHandler:
|
|||
raise ConnectionAbortedError("Connection lost. Trying to reconnect...")
|
||||
except socket.timeout:
|
||||
print("Socket timeout during IDLE, re-establishing connection...")
|
||||
loggin.info(f"Socket timeout during IDLE, re-establishing connection...")
|
||||
logging.info(f"Socket timeout during IDLE, re-establishing connection...")
|
||||
raise ConnectionAbortedError("Socket timeout. Trying to reconnect...")
|
||||
except Exception as e:
|
||||
print(f"An error occurred: {str(e)}")
|
||||
|
|
Loading…
Reference in a new issue