mirror of
https://github.com/vale981/kindle_fetch
synced 2025-03-04 08:31:38 -05:00
make logging a little less verbose
This commit is contained in:
parent
722bf78b60
commit
86e4919392
1 changed files with 1 additions and 2 deletions
|
@ -97,8 +97,7 @@ async def wait_for_new_message(imap_client, kindle_dir, latest_path):
|
|||
try:
|
||||
while True:
|
||||
try:
|
||||
LOGGER.info("waiting for new message")
|
||||
|
||||
LOGGER.debug("waiting for new message")
|
||||
idle_task = await imap_client.idle_start(timeout=float("inf"))
|
||||
msg = await imap_client.wait_server_push()
|
||||
imap_client.idle_done()
|
||||
|
|
Loading…
Add table
Reference in a new issue