mirror of
https://github.com/derrod/legendary.git
synced 2024-12-22 17:55:27 +00:00
[core] Remove unused parameter
This commit is contained in:
parent
da757ac18e
commit
5d4d46f7ea
|
@ -326,7 +326,7 @@ class LegendaryCore:
|
||||||
|
|
||||||
return _saves
|
return _saves
|
||||||
|
|
||||||
def get_save_path(self, app_name, wine_prefix='~/.wine'):
|
def get_save_path(self, app_name):
|
||||||
game = self.lgd.get_game_meta(app_name)
|
game = self.lgd.get_game_meta(app_name)
|
||||||
save_path = game.metadata['customAttributes'].get('CloudSaveFolder', {}).get('value')
|
save_path = game.metadata['customAttributes'].get('CloudSaveFolder', {}).get('value')
|
||||||
if not save_path:
|
if not save_path:
|
||||||
|
|
Loading…
Reference in a new issue