Merge branch 'feature/steamcmd' of gitlab.com:crafty-controller/crafty-4 into feature/steamcmd

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

View File

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