diff options
| author | JaKooLit <ejhay.games@gmail.com> | 2025-02-23 13:15:07 +0900 |
|---|---|---|
| committer | JaKooLit <ejhay.games@gmail.com> | 2025-02-23 13:15:07 +0900 |
| commit | 9df8836dc8bf17a86990bbf659105626138552cb (patch) | |
| tree | a1e6e5af1a1cf7e1e27ff357e634b3d3e6209ba8 /config/hypr/UserScripts/Weather.py | |
| parent | c449e25686c2b35f751c7ae4cb620fb8e29c243c (diff) | |
Not sure if important.. but whatever
Diffstat (limited to 'config/hypr/UserScripts/Weather.py')
| -rwxr-xr-x | config/hypr/UserScripts/Weather.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/hypr/UserScripts/Weather.py b/config/hypr/UserScripts/Weather.py index b9efe4e4..a2ad98b5 100755 --- a/config/hypr/UserScripts/Weather.py +++ b/config/hypr/UserScripts/Weather.py @@ -138,7 +138,7 @@ simple_weather = ( ) try: - with open(os.path.expanduser("~/.cache/.weather_cache"), "w") as file: + with open(os.path.expanduser("$HOME/.cache/.weather_cache"), "w") as file: file.write(simple_weather) except Exception as e: print(f"Error writing to cache: {e}") |
