tidy py sdk examples

This commit is contained in:
Kenneth Bingham
2025-01-28 15:19:27 -05:00
parent a1f72c061b
commit 9ee3db852a
2 changed files with 2 additions and 2 deletions

View File

@ -101,4 +101,4 @@ if __name__ == "__main__":
server_thread = threading.Thread(target=options.func, args=[options])
server_thread.start()
server_thread.join()
server_thread.join()