This commit is contained in:
Zedifus 2024-02-16 22:50:15 +00:00
parent cb88931af6
commit e6d43f5780

View File

@ -91,8 +91,7 @@ class SteamApps:
cache = json.load(cache_file)["steam_apps"]
except Exception as e:
logger.error("Unable to read SteamApps"
f" cache file: {e}")
logger.error(f"Unable to read SteamApps cache file: {e}")
return cache