Update dronepoint_flight.py

This commit is contained in:
Artem30801
2020-12-03 13:39:14 +03:00
parent 61f783e963
commit 5c32f5397e

View File

@@ -31,6 +31,5 @@ def dronepoint_callback(connection, dronepoint_id=None, container_id=None):
if __name__ == "__main__":
# logging.basicConfig(level=logging.DEBUG)
client = client_core.Client()
client.start()
print("Client started")
# your code can go here
client.start() # this function WILL block until exit! but you can put this call into thread
print("Client exited")