[core] Remove unused parameter

This commit is contained in:
derrod 2020-05-28 22:58:14 +02:00
parent da757ac18e
commit 5d4d46f7ea

View file

@ -326,7 +326,7 @@ class LegendaryCore:
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)
save_path = game.metadata['customAttributes'].get('CloudSaveFolder', {}).get('value')
if not save_path: