mirror of
https://gitlab.com/crafty-controller/crafty-4.git
synced 2024-08-30 18:23:09 +00:00
Fix lint
This commit is contained in:
parent
cb88931af6
commit
e6d43f5780
@ -91,8 +91,7 @@ class SteamApps:
|
|||||||
cache = json.load(cache_file)["steam_apps"]
|
cache = json.load(cache_file)["steam_apps"]
|
||||||
|
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
logger.error("Unable to read SteamApps"
|
logger.error(f"Unable to read SteamApps cache file: {e}")
|
||||||
f" cache file: {e}")
|
|
||||||
|
|
||||||
return cache
|
return cache
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user