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