We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90e7754 commit 28ffdc6Copy full SHA for 28ffdc6
Hologram/Network/Cellular.py
@@ -90,7 +90,7 @@ def disconnect(self):
90
self.logger.info('Successfully disconnected from cell network')
91
self._connection_status = CLOUD_DISCONNECTED
92
self.event.broadcast('cellular.disconnected')
93
- super().connect()
+ super().disconnect()
94
else:
95
self.logger.info('Failed to disconnect from cell network')
96
0 commit comments