Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ValeriyMaslenikov committed Jun 10, 2020
1 parent f3cb1e3 commit 65d43ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/monitor.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ async def main():
exit(0)

if not await client.is_user_authorized():
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)')
exit(1)

if bool(os.getenv('NOTIFY_ONGOING_MESSAGES', '1')):
Expand Down

0 comments on commit 65d43ee

Please sign in to comment.