This commit is contained in:
robert 2024-01-31 23:33:42 +00:00
parent d5710eaa20
commit 007ed0da85
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ def run():
client.loop_forever()
except IOError as e:
logging.info(e)
logging.info(e)
except KeyboardInterrupt:
logging.info("ctrl + c:")