mirror of
https://gitlab.com/crafty-controller/crafty-4.git
synced 2024-08-30 18:23:09 +00:00
Merge branch 'feature/steamcmd' of gitlab.com:crafty-controller/crafty-4 into feature/steamcmd
This commit is contained in:
commit
cb88931af6
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user