Skip to content

Commit

Permalink
✏️ Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
akrherz committed Dec 2, 2024
1 parent 695549b commit 8738b44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/onewire_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def work():
fp = f"ot0003_{now:%Y%m%d%H%M}.dat"
with open(fp, "w") as fh:
fh.write(
f"104,{now:%Y},{now:%j},{now:%%H%M},{data[0]}, "
f"104,{now:%Y},{now:%j},{now:%H%M},{data[0]}, "
f"{data[1]}, {data[2]}, {data[3]},11.34\n"
)
subprocess.call(["/home/meteor_ldm/bin/pqinsert", fp])
Expand Down

0 comments on commit 8738b44

Please sign in to comment.