Don't log bot_token when starting the bot

This commit is contained in:
2022-09-27 02:49:40 +02:00
parent dfa6c1c16e
commit 4f0bc96d2d

View File

@ -590,7 +590,6 @@ def start():
logging.info(
f"\nsqlite_location = {sqlite_location}\n"
f"config_timezone = {config_timezone}\n"
f"bot_token = {bot_token}\n"
f"log_level = {log_level}"
)