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

Added the osu key to the config

This commit is contained in:
Phxntxm 2016-10-28 22:16:01 -05:00
parent 981948c2d6
commit 5c9f2688e1

View file

@ -56,6 +56,8 @@ twitch_key = global_config.get('twitch_key', "")
steam_key = global_config.get("steam_key", "")
# The key for youtube API calls
youtube_key = global_config.get("youtube_key", "")
# The key for Osu API calls
osu_key = global_config.get('osu_key', '')
# The keys needed for deviant art calls
da_id = global_config.get("da_id", "")
da_secret = global_config.get("da_secret", "")