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: