- Call overlay draw correctly on close

This commit is contained in:
trigg 2024-02-14 11:23:53 +00:00 committed by GitHub
parent 213d68611b
commit f67f5ccc4e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -473,7 +473,7 @@ class DiscordConnector:
"""
log.warning("Connection closed")
self.websocket = None
self.update_overlays_from_data
self.update_overlays_from_data()
self.current_voice = "0"
self.schedule_reconnect()