Added api key to default config

This commit is contained in:
Luke Rogers 2013-02-04 14:44:24 +13:00
parent 018b528eb3
commit 2641db87ee
1 changed files with 1 additions and 0 deletions

View File

@ -36,6 +36,7 @@ if not os.path.exists('config'):
"bitly_api": "INSERT API KEY FROM bitly.com HERE",
"wolframalpha": "INSERT API KEY FROM wolframalpha.com HERE",
"lastfm": "INSERT API KEY FROM lastfm HERE",
"rottentomatoes": "INSERT API KEY FROM rottentomatoes HERE",
"mc_user": "INSERT minecraft USERNAME HERE",
"mc_pass": "INSERT minecraft PASSWORD HERE"
},