From 5d32ccd41d3a140c0aa769366b70af3ceea3e47b Mon Sep 17 00:00:00 2001 From: Roy <88516395+moraroy@users.noreply.github.com> Date: Sat, 10 Feb 2024 14:28:17 -0800 Subject: [PATCH] Attempted to fix vdf import --- NSLGameScanner.py | 1 + 1 file changed, 1 insertion(+) diff --git a/NSLGameScanner.py b/NSLGameScanner.py index f1c3097..4068472 100644 --- a/NSLGameScanner.py +++ b/NSLGameScanner.py @@ -82,6 +82,7 @@ parent_folder = f"{logged_in_home}/.config/systemd/user/Modules" # Now that the requests module has been downloaded, you can import it sys.path.insert(0, parent_folder) import requests +import vdf from steamgrid import SteamGridDB print(sys.path)