We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2873c45 commit c5c85a5Copy full SHA for c5c85a5
kivy_garden/mapview/constants.py
@@ -9,4 +9,4 @@
9
if platform.system() == 'Linux':
10
CACHE_DIR = '/tmp/Low-Fuel/'
11
if platform.system() == 'Windows':
12
- CACHE_DIR = os.getenv("HOME") + '\\AppData\\Local\\Temp\\Low-Fuel\\'
+ CACHE_DIR = os.getenv("LOCALAPPDATA") + '\\Temp\\Low-Fuel\\'
0 commit comments