change to folder text
Package Application with PyInstaller / build (push) Successful in 44s

This commit is contained in:
bsjohnson20
2025-07-23 17:42:23 +01:00
parent d977b2b621
commit ba18af4a70
+1 -1
View File
@@ -114,5 +114,5 @@ def fetchall_vdfs(steam_vdf_json: dict):
games.append(parsed_game)
# print("Game name:", parsed_game['name'], "ID:", gameID, "Path:", parsed_game['true_path'])
except Exception as e:
print(f"Error processing game {steamapps}: {e}")
print(f"Error processing folder {steamapps}: {e}")
return games