From 2c82e5f4204a44380e33bfa59a01993a2d8015cb Mon Sep 17 00:00:00 2001 From: geeksville Date: Fri, 26 Jun 2020 15:58:02 -0700 Subject: [PATCH] remove elipsis --- meshtastic/__main__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meshtastic/__main__.py b/meshtastic/__main__.py index 3d1e9ec..9140dd0 100644 --- a/meshtastic/__main__.py +++ b/meshtastic/__main__.py @@ -28,7 +28,7 @@ def onConnection(interface, topic=pub.AUTO_TOPIC): def onConnected(interface): """Callback invoked when we connect to a radio""" global args - print("Connected to radio...") + print("Connected to radio") try: if args.sendtext: print(f"Sending text message {args.sendtext} to {args.dest}") @@ -45,7 +45,7 @@ def onConnected(interface): setattr(interface.radioConfig.preferences, name, val) except Exception as ex: print(f"Can't set {name} due to {ex}") - print("Writing modified preferences to device...") + print("Writing modified preferences to device") interface.writeConfig() if args.info: