Fix jwt-token
This commit is contained in:
@@ -87,7 +87,7 @@ class DroneDetection:
|
|||||||
class SwedishDroneSimulator:
|
class SwedishDroneSimulator:
|
||||||
"""Simulates drone detection events for Swedish security installations"""
|
"""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.api_base_url = api_base_url
|
||||||
self.devices: List[DroneDevice] = []
|
self.devices: List[DroneDevice] = []
|
||||||
self.running = False
|
self.running = False
|
||||||
|
|||||||
Reference in New Issue
Block a user