Commit c2660bed7cfd962ac5c82e58a68c6d5cd5238ed8
Commits[COMMIT BEGIN]commit c2660bed7cfd962ac5c82e58a68c6d5cd5238ed8 Author: 0x4248 <[email protected]> Date: Tue Feb 3 11:47:48 2026 +0000 PulseWatch/server: remove testing path diff --git a/usr/net/PulseWatch/server.py b/usr/net/PulseWatch/server.py index 9bc8ec6..0653f8d 100644 --- a/usr/net/PulseWatch/server.py +++ b/usr/net/PulseWatch/server.py @@ -6,7 +6,7 @@ import uuid from http.server import ThreadingHTTPServer, BaseHTTPRequestHandler from urllib.parse import urlparse, parse_qs -DATA_DIR = "./data" +DATA_DIR = "/var/lib/pulsewatch" os.makedirs(DATA_DIR, exist_ok=True) lock = threading.Lock()[COMMIT END](C) 2025 0x4248 (C) 2025 4248 Media and 4248 Systems, All part of 0x4248 See LICENCE files for more information. Not all files are by 0x4248 always check Licencing.