Skip to content

Commit

Permalink
dont say anything when saving imges or files
Browse files Browse the repository at this point in the history
  • Loading branch information
scarlehoff committed Jul 10, 2024
1 parent 16e7721 commit 9771602
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pybliotecario/core_loop.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ def act_on_message(message):
file_path = _monthly_folder(main_folder) / file_name
result = tele_api.download_file(message.file_id, file_path)
if result:
tele_api.send_message("¡Archivo recibido y guardado!", chat_id)
tele_api.send_quiet_message("¡Archivo recibido y guardado!", chat_id)
logger.info("File saved to %s", file_path)
else:
tele_api.send_message("There was some problem with this, sorry", chat_id)
Expand Down

0 comments on commit 9771602

Please sign in to comment.