mirror of
https://github.com/meshtastic/python.git
synced 2026-01-09 08:17:55 -05:00
fix log msg
This commit is contained in:
@@ -202,7 +202,7 @@ class Node:
|
||||
p.set_channel.CopyFrom(self.channels[channelIndex])
|
||||
|
||||
self._sendAdmin(p, adminIndex=adminIndex)
|
||||
logging.debug("Wrote channel {channelIndex}")
|
||||
logging.debug(f"Wrote channel {channelIndex}")
|
||||
|
||||
def deleteChannel(self, channelIndex):
|
||||
"""Delete the specifed channelIndex and shift other channels up"""
|
||||
|
||||
Reference in New Issue
Block a user