Skip to content

Commit

Permalink
Update twitch.py
Browse files Browse the repository at this point in the history
Fix UnboundLocalError
  • Loading branch information
KK2-5 authored and Windows200000 committed Jun 1, 2024
1 parent e82f4d8 commit e00187f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion twitch.py
Original file line number Diff line number Diff line change
Expand Up @@ -1111,7 +1111,7 @@ async def _watch_loop(self) -> NoReturn:
f"{drop.name} ({drop.campaign.game}, "
f"{drop.current_minutes}/{drop.required_minutes})"
)
logger.log(CALL, f"Drop progress from active search: {drop_text}")
logger.log(CALL, f"Drop progress from active search: {drop_text}")
else:
logger.log(CALL, "No active drop could be determined")
await self._watch_sleep(last_watch + interval - time())
Expand Down

0 comments on commit e00187f

Please sign in to comment.