From c99ecc190c73b7a7f8d0f1da002779512add027a Mon Sep 17 00:00:00 2001 From: imvec Date: Wed, 24 Aug 2022 16:15:13 +0000 Subject: [PATCH] Update PicaPiKAP.py --- PicaPiKAP.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PicaPiKAP.py b/PicaPiKAP.py index 70b60a1..e19caba 100644 --- a/PicaPiKAP.py +++ b/PicaPiKAP.py @@ -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_"))