Skip to content

Commit

Permalink
Added default avatars
Browse files Browse the repository at this point in the history
  • Loading branch information
Gemmstone committed Jan 15, 2024
1 parent 11698f3 commit 87c6180
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -1003,7 +1003,8 @@ def closeEvent(self, event):
self.audio.audio_thread.stop_stream()
self.midi_listener.terminate()
self.keyboard_listener.terminate()
self.TwitchAPI.terminate()
if self.TwitchAPI is not None:
self.TwitchAPI.terminate()
event.accept()


Expand Down

0 comments on commit 87c6180

Please sign in to comment.