chore: reset python template

This commit is contained in:
Benjamin Labrecque
2026-07-10 09:41:36 +02:00
parent b7d1ec3d31
commit 530391d0e7
@@ -82,10 +82,7 @@ class Service(BaseService[PVs]):
# update some pvs/vals
my_pv1_random_val = str(time.clock_gettime_ns(0))[-1]
print(f"Putting: {my_pv1_random_val}") # TODO: remove
status = self.pvs.my_pv1.put(my_pv1_random_val)
print(f"Status: {status}")
self.pvs.my_pv1.put(my_pv1_random_val)
# self.pvs.my_pv2.put("MY_PV2 value")
# get some pvs/vals