Godley / Music-Library

Repo for all FYP work, including meeting logs, implementation, report and any other necessary documents. Will be a mix of tex, python, word and pdf documents
GNU General Public License v2.0
5 stars 3 forks source link

Make it so a muse score API key is optional #338

Closed Godley closed 8 years ago

Godley commented 8 years ago

The majority of work on this project doesn't need any network connection (/shouldnt) and as such, developers shouldn't find the program throws an exception as soon as they run it because they don't have one. Make it so APIs are turned off unless their API key is in an environment variable.

Godley commented 8 years ago

Should now be fixed in last commit. I've been naughty and not written tests for it though, wanted to get it done quick.

Godley commented 8 years ago

lol. Just wrote tests. it uhm. breaks.