mirror of
https://github.com/moraroy/NonSteamLaunchers-On-Steam-Deck.git
synced 2025-02-23 05:07:14 +01:00
Update NSLGameScanner.py
This commit is contained in:
parent
8313381770
commit
0969a6441c
@ -367,7 +367,7 @@ def is_match(name1, name2):
|
|||||||
|
|
||||||
|
|
||||||
def get_steam_store_appid(steam_store_game_name):
|
def get_steam_store_appid(steam_store_game_name):
|
||||||
search_url = f"{proxy_url}/search/{steam_store_game_name}"
|
search_url = f"{BASE_URL}/search/{steam_store_game_name}"
|
||||||
try:
|
try:
|
||||||
response = requests.get(search_url)
|
response = requests.get(search_url)
|
||||||
response.raise_for_status()
|
response.raise_for_status()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user