Update PicaPiKAP.py

This commit is contained in:
imvec
2022-08-24 16:15:13 +00:00
parent efa46b14bd
commit c99ecc190c

View File

@@ -19,7 +19,7 @@ camera = PiCamera()
camera.resolution = (3280, 2464)
#camera.led = False
with open("/home/pi/PicaPiKAP/media/datalog.csv", "a") as log:
with open("/home/pi/PicaPiKAP/datalog.csv", "a") as log:
while True:
tiempo = (time.strftime("%y%b%d_%H:%M:%S_"))