aboutsummaryrefslogtreecommitdiff
path: root/main.py
diff options
context:
space:
mode:
authorAryadev Chavali <aryadev@aryadevchavali.com>2025-11-03 01:48:54 +0000
committerAryadev Chavali <aryadev@aryadevchavali.com>2025-11-03 01:48:54 +0000
commitbe6cd32fbe911255764bf0d5dffaf7f5d7d8c1dd (patch)
treeab7e14b9c5f1a5be3f7c3ea5b5f3844f4c9142e5 /main.py
parentb87a49a217d9277eddca93ed7b08d0fda665b588 (diff)
downloaduni-sync-temp-timer-be6cd32fbe911255764bf0d5dffaf7f5d7d8c1dd.tar.gz
uni-sync-temp-timer-be6cd32fbe911255764bf0d5dffaf7f5d7d8c1dd.tar.bz2
uni-sync-temp-timer-be6cd32fbe911255764bf0d5dffaf7f5d7d8c1dd.zip
v2.1.0: Fix some major bugs
Diffstat (limited to 'main.py')
-rwxr-xr-xmain.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.py b/main.py
index d3b06b2..93f85f0 100755
--- a/main.py
+++ b/main.py
@@ -8,7 +8,7 @@ from re import sub
from json import load, dump
UNI_SYNC_FILEPATH = "/etc/uni-sync/uni-sync.json"
-PROFILE_FILEPATH = "/etc/lian-li-fancontrol/curves.json"
+PROFILE_FILEPATH = "/etc/uni-sync-temp-timer/curves.json"
def get_temps():
return run(["sensors"], capture_output=True, text=True) \