Antonio Cheong
commited on
Commit
·
759f47c
1
Parent(s):
ccd7677
remove dead code
Browse files- src/EdgeGPT.py +0 -1
src/EdgeGPT.py
CHANGED
@@ -182,7 +182,6 @@ class ChatHub:
|
|
182 |
Close the connection
|
183 |
"""
|
184 |
await self.wss.close()
|
185 |
-
self.task.cancel()
|
186 |
|
187 |
|
188 |
class Chatbot:
|
|
|
182 |
Close the connection
|
183 |
"""
|
184 |
await self.wss.close()
|
|
|
185 |
|
186 |
|
187 |
class Chatbot:
|