diff --git a/HSMensaW_botA.py b/HSMensaW_botA.py index e0e1c10..f50bc8d 100644 --- a/HSMensaW_botA.py +++ b/HSMensaW_botA.py @@ -150,7 +150,7 @@ async def send_status(text: str, ignore_flag: bool = False) -> None: :return: """ global config_ids - message_log.write(text) + message_log.write(text + "\n") if ignore_flag or logging_enabled: for chat_id in config_ids: await send_message(bot_obj=bot, chat_id=chat_id, msg=text)