Update NSLGameScanner.py

This commit is contained in:
Roy 2024-02-05 15:17:50 -08:00 committed by GitHub
parent f616ee6717
commit d40975e76d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -118,8 +118,8 @@ def get_unsigned_shortcut_id(signed_shortcut_id):
api_cache = {} api_cache = {}
#API KEYS FOR NONSTEAMLAUNCHER USE ONLY #API KEYS FOR NONSTEAMLAUNCHER USE ONLY
sgdb = SteamGridDB('239745e39536fdc12bfa84ce0056b036') sgdb = SteamGridDB('412210605b01f8777debeaec5e58e119')
api_key = '239745e39536fdc12bfa84ce0056b036' api_key = '412210605b01f8777debeaec5e58e119'
#GLOBAL VARS #GLOBAL VARS
created_shortcuts = [] created_shortcuts = []