Skip to content

Commit c5c85a5

Browse files
authored
Update constants.py
1 parent 2873c45 commit c5c85a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kivy_garden/mapview/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@
99
if platform.system() == 'Linux':
1010
CACHE_DIR = '/tmp/Low-Fuel/'
1111
if platform.system() == 'Windows':
12-
CACHE_DIR = os.getenv("HOME") + '\\AppData\\Local\\Temp\\Low-Fuel\\'
12+
CACHE_DIR = os.getenv("LOCALAPPDATA") + '\\Temp\\Low-Fuel\\'

0 commit comments

Comments
 (0)