- Call overlay draw correctly on close
This commit is contained in:
parent
213d68611b
commit
f67f5ccc4e
1 changed files with 1 additions and 1 deletions
|
|
@ -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()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue