hologram-io / hologram-python

Hologram device-side Python SDK - Send messages to the cloud in just 3 lines of code!
https://hologram.io/
MIT License
89 stars 47 forks source link

call super.disconnect instead of connect #22

Closed akumlehn closed 4 years ago

akumlehn commented 4 years ago

Bugfix: in Cellular.disconnect: call Network.disconnect (instead of Network.connect)

Result:

DomAmato commented 4 years ago

good catch