ciyidogan commited on
Commit
a464f90
·
verified ·
1 Parent(s): 94e083e

Update utils.py

Browse files
Files changed (1) hide show
  1. utils.py +1 -5
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
+