Skip to content

Commit

Permalink
library: don't be verbose in the simple test
Browse files Browse the repository at this point in the history
  • Loading branch information
GiedriusS committed Oct 20, 2015
1 parent b22852d commit fea3617
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library.py
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,7 @@ def show_notification(title, message):
if __name__ == '__main__':
ST = Settings('/home/giedrius/.config/twitchnotifier.cfg')

CORE = NotifyApi('Xangold', ST, '/home/giedrius/log', True)
CORE = NotifyApi('Xangold', ST, '/home/giedrius/log', False)
LIST_OF_CHANS = CORE.get_followed_channels()
print(LIST_OF_CHANS, len(LIST_OF_CHANS))
STAT = CORE.get_status()
Expand Down

0 comments on commit fea3617

Please sign in to comment.