Skip to content

Commit

Permalink
36894: info('Bot is unknown') -> warning
Browse files Browse the repository at this point in the history
  • Loading branch information
soehms committed Dec 15, 2023
1 parent a0df948 commit a032c79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/sync_labels.py
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ def read_login(txt, position_mark):
self._bot_login = read_login([errtxt, outtxt], ['account', 'as'])
if not self._bot_login:
self._bot_login = default_bot
info('Bot is unknown')
warning('Bot is unknown')
return self._bot_login
if self._bot_login.endswith('[bot]'):
self._bot_login = self._bot_login.split('[bot]')[0]
Expand Down

0 comments on commit a032c79

Please sign in to comment.