Skip to content

Commit a032c79

Browse files
committed
36894: info('Bot is unknown') -> warning
1 parent a0df948 commit a032c79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/sync_labels.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ def read_login(txt, position_mark):
258258
self._bot_login = read_login([errtxt, outtxt], ['account', 'as'])
259259
if not self._bot_login:
260260
self._bot_login = default_bot
261-
info('Bot is unknown')
261+
warning('Bot is unknown')
262262
return self._bot_login
263263
if self._bot_login.endswith('[bot]'):
264264
self._bot_login = self._bot_login.split('[bot]')[0]

0 commit comments

Comments
 (0)