specified working directory of cache file

This commit is contained in:
CiscoTheWolf 2023-05-29 20:40:35 +02:00
parent d35fc3b1ea
commit 7c9df0f1c0

View file

@ -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: