Skip to content

Commit

Permalink
Update standalone_modules/temperature_module/temperature_probe.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Aiky30 authored May 30, 2024
1 parent 0f459b4 commit 2fac478
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion standalone_modules/temperature_module/temperature_probe.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
class TempProbe:
def __init__(self, submission_service: ReadingSubmissionService):
self.device_id: int = None
# TODO: Make this an env var, it can then be overridden by the tests
base_dir = "/sys/bus/w1/devices/"
device_folder = Path.glob(base_dir + "28*")[0]
self.device_file = device_folder + "/w1_slave"
Expand Down

0 comments on commit 2fac478

Please sign in to comment.