Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
clean
  • Loading branch information
ehiosud committed Jul 31, 2024
1 parent 47846d8 commit 69d1c1b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion location.py
Expand Up @@ -97,4 +97,8 @@ def zoom_out():
try:
window.mainloop()
except KeyboardInterrupt:
print("Exiting...")
print("Exiting...")

# Clean up
client.loop_stop()
client.disconnect()

0 comments on commit 69d1c1b

Please sign in to comment.