mirror of
https://github.com/derrod/legendary.git
synced 2024-12-22 01:45:28 +00:00
[lfs] Fix log message
This commit is contained in:
parent
cb69d7c9d7
commit
c7030c480e
|
@ -356,7 +356,7 @@ class LGDLFS:
|
||||||
try:
|
try:
|
||||||
return json.load(open(os.path.join(self.path, 'tmp', f'{app_name}.json')))
|
return json.load(open(os.path.join(self.path, 'tmp', f'{app_name}.json')))
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
self.log.debug(f'Failed to load cached update data: {e!r}')
|
self.log.debug(f'Failed to load cached SDL data: {e!r}')
|
||||||
return None
|
return None
|
||||||
|
|
||||||
def set_cached_sdl_data(self, app_name, sdl_version, sdl_data):
|
def set_cached_sdl_data(self, app_name, sdl_version, sdl_data):
|
||||||
|
|
Loading…
Reference in a new issue