stop fetching channels once we reach disabled

This commit is contained in:
Kevin Hester
2021-03-03 09:14:48 +08:00
parent 257620e992
commit cc2c9af221
2 changed files with 6 additions and 6 deletions

View File

@@ -12,11 +12,7 @@ with open("README.md", "r") as fh:
# This call to setup() does all the work
setup(
name="meshtastic",
<<<<<<< HEAD
version="1.2.00",
=======
version="1.1.50",
>>>>>>> dev
description="Python API & client shell for talking to Meshtastic devices",
long_description=long_description,
long_description_content_type="text/markdown",