Skip to content

Commit 3be7c0d

Browse files
authored
Merge pull request #59 from ImDevinC/clean
fix(cleanup): Small cleanup changes
2 parents 48499e8 + 1ee1ebc commit 3be7c0d

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

backend.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,8 +152,6 @@ def _get_current_voice_channel(self):
152152
self.discord_client.get_selected_voice_channel()
153153

154154
def close(self):
155-
"""Cleanup method called when backend is shutting down"""
156-
log.debug("Closing Discord backend connection")
157155
if self.discord_client:
158156
try:
159157
self.discord_client.disconnect()

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.8.0",
2+
"version": "1.8.1",
33
"thumbnail": "store/thumbnail.png",
44
"id": "com_imdevinc_StreamControllerDiscordPlugin",
55
"name": "Discord",

0 commit comments

Comments
 (0)