specified working directory of cache file
This commit is contained in:
parent
d35fc3b1ea
commit
7c9df0f1c0
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ from PIL import Image
|
||||||
|
|
||||||
|
|
||||||
# location to store array cache
|
# location to store array cache
|
||||||
CACHE_FILE_PATH = "point_array_cache.json"
|
CACHE_FILE_PATH = "/home/cisco/CiscoTheProot/point_array_cache.json"
|
||||||
|
|
||||||
|
|
||||||
class Point2D:
|
class Point2D:
|
||||||
|
|
Loading…
Reference in a new issue