Fix syntax error

This commit is contained in:
Lx32 2023-10-04 14:06:24 +02:00 committed by GitHub
parent fe72467f23
commit b457e6176d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -249,7 +249,7 @@ def addToSteam():
elif tag.tag=="altemulator":
altemulator=tag.text
if favorite=="true" and altemulator="":
if favorite=="true" and altemulator=="":
games.append((name,command_list_default[system]+" "+roms_folder+"/"+system+path[1:]))
create_shortcut(games)