Skip to content

Commit

Permalink
fix bug in cli.py
Browse files Browse the repository at this point in the history
  • Loading branch information
adbenitez committed Jan 27, 2024
1 parent 9666732 commit e4feb80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deltabot_cli/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ def _serve_cmd(cli: BotCli, bot: Bot, args: Namespace) -> None:
else:
logging.error(f"account {accid} not configured")
if len(addrs) != 0:
logger.info(f"Listening at: {', '.join(addrs)}")
logging.info(f"Listening at: {', '.join(addrs)}")
cli._on_start(bot, args)
while True:
try:
Expand Down

0 comments on commit e4feb80

Please sign in to comment.