Don't log bot_token when starting the bot
This commit is contained in:
@ -590,7 +590,6 @@ def start():
|
|||||||
logging.info(
|
logging.info(
|
||||||
f"\nsqlite_location = {sqlite_location}\n"
|
f"\nsqlite_location = {sqlite_location}\n"
|
||||||
f"config_timezone = {config_timezone}\n"
|
f"config_timezone = {config_timezone}\n"
|
||||||
f"bot_token = {bot_token}\n"
|
|
||||||
f"log_level = {log_level}"
|
f"log_level = {log_level}"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user