On Mon, Dec 16, 2013 at 8:31 AM, Mark <markyshiz...@gmail.com> wrote:
> I originally get an indent error on line 19, i delete the indent and i get
>
> ***'return outside function (Twitch.py, line 19)

Good point, someone's made a mistake in that file. What you need to do
is match the "output = ..." line and the "return ..." line underneath
it. For consistency with the rest of the file, indent the "output"
line to match the other. That should make it work.

ChrisA
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to