mirror of
https://github.com/moraroy/NonSteamLaunchers-On-Steam-Deck.git
synced 2024-11-20 16:19:19 +01:00
Attempted to fix vdf import
This commit is contained in:
parent
03c8b47dd4
commit
5d32ccd41d
@ -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)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user