Attempted to fix vdf import

This commit is contained in:
Roy 2024-02-10 14:28:17 -08:00 committed by GitHub
parent 03c8b47dd4
commit 5d32ccd41d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 # Now that the requests module has been downloaded, you can import it
sys.path.insert(0, parent_folder) sys.path.insert(0, parent_folder)
import requests import requests
import vdf
from steamgrid import SteamGridDB from steamgrid import SteamGridDB
print(sys.path) print(sys.path)