mirror of
https://github.com/derrod/legendary.git
synced 2026-08-10 02:53:30 +00:00
chore: fix typo (#771)
This commit is contained in:
parent
e1f67bbbcd
commit
51d58c4605
|
|
@ -586,7 +586,7 @@ class LegendaryCore:
|
|||
sidecar_json = json.loads(manifest_info['sidecar']['config'])
|
||||
sidecar = Sidecar(config=sidecar_json, rev=manifest_info['sidecar']['rvn'])
|
||||
|
||||
self.log.debug(f'Updating achivement information for {app_name}...')
|
||||
self.log.debug(f'Updating achievement information for {app_name}...')
|
||||
achievements_api_response = self.egs.get_game_achievements(namespace)
|
||||
achievements = Achievements.from_egs_json(achievements_api_response)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue