From f1f1c61f63da4dfa31542e902cce8d394b936b26 Mon Sep 17 00:00:00 2001 From: Roy <88516395+moraroy@users.noreply.github.com> Date: Wed, 11 Dec 2024 06:20:31 -0800 Subject: [PATCH] Update NSLGameScanner.py --- NSLGameScanner.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NSLGameScanner.py b/NSLGameScanner.py index ab05250..ca394da 100644 --- a/NSLGameScanner.py +++ b/NSLGameScanner.py @@ -178,7 +178,7 @@ def get_unsigned_shortcut_id(signed_shortcut_id): api_cache = {} #API KEYS FOR NONSTEAMLAUNCHER USE ONLY -BASE_URL = 'https://nonsteamlaunchers-on-steam-deck.onrender.com/api' +BASE_URL = 'https://nonsteamlaunchers.onrender.com/api' #GLOBAL VARS created_shortcuts = []