Spaces:
Building
Building
Update utils.py
Browse files
utils.py
CHANGED
@@ -8,8 +8,4 @@ def log(message: str):
|
|
8 |
timestamp = datetime.now().strftime("%H:%M:%S.%f")[:-3]
|
9 |
print(f"[{timestamp}] {message}")
|
10 |
sys.stdout.flush()
|
11 |
-
|
12 |
-
def save_service_config(config):
|
13 |
-
with open(CONFIG_FILE, "w") as f:
|
14 |
-
json.dump(config.data, f, indent=2)
|
15 |
-
log("✅ Config saved to disk")
|
|
|
8 |
timestamp = datetime.now().strftime("%H:%M:%S.%f")[:-3]
|
9 |
print(f"[{timestamp}] {message}")
|
10 |
sys.stdout.flush()
|
11 |
+
|
|
|
|
|
|
|
|