Skip to content

Commit

Permalink
- Call overlay draw correctly on close
Browse files Browse the repository at this point in the history
  • Loading branch information
trigg authored Feb 14, 2024
1 parent 213d686 commit f67f5cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion discover_overlay/discord_connector.py
Original file line number Diff line number Diff line change
Expand Up @@ -473,7 +473,7 @@ def on_close(self):
"""
log.warning("Connection closed")
self.websocket = None
self.update_overlays_from_data
self.update_overlays_from_data()
self.current_voice = "0"
self.schedule_reconnect()

Expand Down

0 comments on commit f67f5cc

Please sign in to comment.