1
0
Fork 0
mirror of synced 2024-06-27 02:31:04 +12:00

Added the lol_key to the config file

This commit is contained in:
Phxntxm 2017-02-17 22:11:47 -06:00
parent dd3194c314
commit f8cb681480

View file

@ -58,6 +58,8 @@ steam_key = global_config.get("steam_key", "")
youtube_key = global_config.get("youtube_key", "")
# The key for Osu API calls
osu_key = global_config.get('osu_key', '')
# The key for League of Legends API calls
lol_key = global_config.get('lol_key', '')
# The keys needed for deviant art calls
da_id = global_config.get("da_id", "")
da_secret = global_config.get("da_secret", "")