Fixed memes
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2020-10-03 14:33:00 +02:00
parent 5d4b3cfe60
commit eef15fc0b8
3 changed files with 8 additions and 8 deletions

View File

@@ -97,7 +97,6 @@ def main() -> None:
client.loop_forever() # This blocks
except KeyboardInterrupt:
logging.info("SIGINT recieved! Stopping...")
pass
client.disconnect()
loopingtimer.stop()