Development

This commit is contained in:
Matthew Grotke 2026-05-22 02:54:56 -04:00
parent abf05a60fb
commit 831bc88a92
4 changed files with 24 additions and 10 deletions

View file

@ -2,7 +2,7 @@ import json, subprocess, hashlib, os, uuid
from datetime import datetime, timezone
from flask import session
CONFIGS_DIR = '/configs'
CONFIGS_DIR = '/routlin_location'
CORE_FILE = f'{CONFIGS_DIR}/core.json'
DASHBOARD_QUEUE = f'{CONFIGS_DIR}/.dashboard-queue'
DASHBOARD_DONE = f'{CONFIGS_DIR}/.dashboard-done'