mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-01-20 07:35:39 +00:00
SRM: fixed path, whoops
This commit is contained in:
parent
dd132dd945
commit
0a810e4f8e
|
@ -399,5 +399,5 @@ def start_config():
|
|||
|
||||
if __name__=="__main__":
|
||||
start_config()
|
||||
addToSteam(os.listdir(rdhome+"/gamelists/"))
|
||||
print("Finish!")
|
||||
addToSteam(os.listdir(rdhome+"/ES-DE/gamelists/"))
|
||||
print("Finished!")
|
||||
|
|
Loading…
Reference in a new issue