v.0.10.1 restapi/mock

This commit is contained in:
tiijay
2025-11-20 12:42:05 +00:00
parent 76a8203458
commit 00c24110ee
3 changed files with 4 additions and 10 deletions

View File

@@ -21,7 +21,7 @@ class Weather_Checker:
self.display = display
def mock_weather_data(self):
filepath = "restapi/mock-weather.json"
filepath = "restapi/mock/weather.json"
try:
with open(filepath, "r", encoding="utf-8") as file:
return json.load(file)