From 7c9df0f1c0146f658a05f90aa3bfc24ac503c5f7 Mon Sep 17 00:00:00 2001 From: CiscoTheWolf Date: Mon, 29 May 2023 20:40:35 +0200 Subject: [PATCH] specified working directory of cache file --- rpi/Point2D.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpi/Point2D.py b/rpi/Point2D.py index 7c1d580..4a86a8b 100644 --- a/rpi/Point2D.py +++ b/rpi/Point2D.py @@ -8,7 +8,7 @@ from PIL import Image # location to store array cache -CACHE_FILE_PATH = "point_array_cache.json" +CACHE_FILE_PATH = "/home/cisco/CiscoTheProot/point_array_cache.json" class Point2D: