From 50df24687f65dfda3050c5507c7549e9fb484506 Mon Sep 17 00:00:00 2001 From: Alexander Borg Date: Sun, 7 Sep 2025 14:39:23 +0200 Subject: [PATCH] Fix jwt-token --- drone_simulator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drone_simulator.py b/drone_simulator.py index 601c11f..55e815b 100644 --- a/drone_simulator.py +++ b/drone_simulator.py @@ -87,7 +87,7 @@ class DroneDetection: class SwedishDroneSimulator: """Simulates drone detection events for Swedish security installations""" - def __init__(self, api_base_url: str = "http://localhost:3001/api"): + def __init__(self, api_base_url: str = "http://localhost:3002/api"): self.api_base_url = api_base_url self.devices: List[DroneDevice] = [] self.running = False