mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-01-20 07:35:39 +00:00
STEAM_SYNC: fixing gameslist location
This commit is contained in:
parent
770f17eaef
commit
dd132dd945
|
@ -311,7 +311,7 @@ def addToSteam(systems):
|
|||
for system in systems:
|
||||
print("Start parsing system: {}".format(system))
|
||||
|
||||
f=open(rdhome+"/gamelists/"+system+"/gamelist.xml","r")
|
||||
f=open(rdhome+"/ES-DE/gamelists/"+system+"/gamelist.xml","r")
|
||||
f.readline()
|
||||
parser=ET.XMLParser()
|
||||
parser.feed(b'<root>')
|
||||
|
|
Loading…
Reference in a new issue