this repo has no description

feat(plc-activity): shorten sleep duration

Changed files
+1 -1
+1 -1
plc-activity.py
··· 43 43 redis_pipe.set('dev.edavis.muninsky.plc_latest', after.isoformat()) 44 44 redis_pipe.execute() 45 45 46 - time.sleep(60) 46 + time.sleep(5)