Antonio Cheong
commited on
Commit
·
d9fec1d
1
Parent(s):
f18d4ee
fix format
Browse files- src/EdgeGPT.py +1 -1
src/EdgeGPT.py
CHANGED
@@ -187,7 +187,7 @@ class ChatHub:
|
|
187 |
"""
|
188 |
if self.wss:
|
189 |
if not self.wss.closed:
|
190 |
-
|
191 |
|
192 |
class Chatbot:
|
193 |
"""
|
|
|
187 |
"""
|
188 |
if self.wss:
|
189 |
if not self.wss.closed:
|
190 |
+
await self.wss.close()
|
191 |
|
192 |
class Chatbot:
|
193 |
"""
|