Test for sending taken photo to nodered
This commit is contained in:
@@ -88,10 +88,12 @@ if __name__ == "__main__":
|
||||
|
||||
except KeyboardInterrupt:
|
||||
print("Keyboard interrupt. Stopping app...")
|
||||
game_service.stop()
|
||||
forward_service.stop_all()
|
||||
exit()
|
||||
|
||||
except Exception as e:
|
||||
print(e)
|
||||
game_service.stop()
|
||||
forward_service.stop_all()
|
||||
exit()
|
||||
Reference in New Issue
Block a user