Skip to content
This repository has been archived by the owner on Jan 21, 2020. It is now read-only.

Commit

Permalink
improve logging
Browse files Browse the repository at this point in the history
  • Loading branch information
arnisoph committed Dec 26, 2015
1 parent 6098d8d commit c308903
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tabellarius/tabellarius.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ def main():
else:
logger.info('%s: Sucessfully logged in!', acc_settings.get('username'))

logger.info('%s: Entering mail-sorting loop', acc_settings.get('username'))
logger.info('Entering mail-sorting loop')
while True:
for acc_id, acc_settings in sorted(config.get('accounts').items()):
pre_inbox = acc_settings.get('pre_inbox', 'PreInbox')
Expand Down

0 comments on commit c308903

Please sign in to comment.