We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3cb1e3 commit 65d43eeCopy full SHA for 65d43ee
src/monitor.py
@@ -32,7 +32,7 @@ async def main():
32
exit(0)
33
34
if not await client.is_user_authorized():
35
- logger.critical('Please, execute `auth` command before starting the daemon (see `README.md` file)')
+ logging.critical('Please, execute `auth` command before starting the daemon (see `README.md` file)')
36
exit(1)
37
38
if bool(os.getenv('NOTIFY_ONGOING_MESSAGES', '1')):
0 commit comments