Skip to content

Commit

Permalink
fix logging
Browse files Browse the repository at this point in the history
  • Loading branch information
ancalentari committed Jun 6, 2020
1 parent 492287f commit 00d20de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion twitch-recorder.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ def loop_check(self, recorded_path, processed_path):
logging.info("unauthorized, will attempt to log back in immediately")
self.access_token = self.fetch_access_token()
elif status == TwitchResponseStatus.ONLINE:
logging.info(self.username, "online, stream recording in session")
logging.info("%s online, stream recording in session", self.username)

channels = info["data"]
channel = next(iter(channels), None)
Expand Down

0 comments on commit 00d20de

Please sign in to comment.