Test for sending taken photo to nodered

This commit is contained in:
2025-12-31 13:27:47 +01:00
parent 01594d02ed
commit b4330706cd
4 changed files with 17 additions and 4 deletions

View File

@@ -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()