alaingilbert / Turntable-API

Allows you to create bots for turntable.fm
http://alaingilbert.github.com/Turntable-API/
MIT License
318 stars 97 forks source link

Unhandled exception fix #173

Closed gizmotronic closed 11 years ago

gizmotronic commented 11 years ago

There's a closure problem in whichServer() that causes an unhandled exception when the server can't be found (as is presently the case, as I write this). This is a trivial patch to fix the problem.

alaingilbert commented 11 years ago

Thanks :)

gizmotronic commented 11 years ago

Sure thing!