Fix jwt-token
This commit is contained in:
@@ -338,7 +338,7 @@ def main():
|
||||
parser.add_argument("--detection-interval", type=int, default=60, help="Detection interval in seconds (default: 60)")
|
||||
parser.add_argument("--heartbeat-interval", type=int, default=30, help="Heartbeat interval in seconds (default: 30)")
|
||||
parser.add_argument("--duration", type=int, default=3600, help="Simulation duration in seconds (default: 3600)")
|
||||
parser.add_argument("--api-url", default="http://localhost:3001/api", help="API base URL (default: http://localhost:3001/api)")
|
||||
parser.add_argument("--api-url", default="http://localhost:3002/api", help="API base URL (default: http://localhost:3002/api)")
|
||||
parser.add_argument("--list-locations", action="store_true", help="List all available Swedish locations and exit")
|
||||
|
||||
args = parser.parse_args()
|
||||
|
||||
Reference in New Issue
Block a user