Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #74 from 4005CMD2425MAYSEP/Daniels_branch
clean
  • Loading branch information
ehiosud committed Jul 31, 2024
2 parents 47846d8 + 69d1c1b commit 5c2d698
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 5c2d698

Please sign in to comment.