Fix jwt-token
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user