Update NSLGameScanner.py

This commit is contained in:
Roy 2024-12-11 06:20:31 -08:00 committed by GitHub
parent a879402dde
commit f1f1c61f63
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -178,7 +178,7 @@ def get_unsigned_shortcut_id(signed_shortcut_id):
api_cache = {} api_cache = {}
#API KEYS FOR NONSTEAMLAUNCHER USE ONLY #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 #GLOBAL VARS
created_shortcuts = [] created_shortcuts = []