Move inference onto the API
This commit is contained in:
@@ -44,7 +44,7 @@ api_broker = MQTTService(
|
||||
password=api_password,
|
||||
)
|
||||
|
||||
game_controller = GameController(app, api_broker)
|
||||
game_controller = GameController(app, "https://192.168.15.125:1880/party/image", api_broker)
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
||||
|
||||
Reference in New Issue
Block a user