Development
This commit is contained in:
parent
abf05a60fb
commit
831bc88a92
4 changed files with 24 additions and 10 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue