Fix jwt-token

This commit is contained in:
2025-09-07 14:57:55 +02:00
parent eddf65251b
commit f5969cf655
2 changed files with 20 additions and 5 deletions

View File

@@ -101,7 +101,7 @@ class SwedishDroneSimulator:
def generate_devices(self, num_devices: int) -> List[DroneDevice]:
"""Generate drone detection devices at Swedish sensitive locations"""
devices = []
device_id_base = 1001 # Use simple device IDs starting from 1001
device_id_base = 1941875380 # Use the same IDs as in database setup
all_locations = []
for category, locations in SWEDISH_LOCATIONS.items():