tangled
alpha
login
or
join now
edavis.dev
/
bsky-tools
this repo has no description
0
fork
atom
overview
issues
pulls
pipelines
feat(plc-activity): shorten sleep duration
Eric Davis
1 year ago
4c1ce47f
eeed9993
options
unified
split
Changed files
+1
-1
plc-activity.py
+1
-1
plc-activity.py
···
43
redis_pipe.set('dev.edavis.muninsky.plc_latest', after.isoformat())
44
redis_pipe.execute()
45
46
-
time.sleep(60)
···
43
redis_pipe.set('dev.edavis.muninsky.plc_latest', after.isoformat())
44
redis_pipe.execute()
45
46
+
time.sleep(5)