On Tue, Feb 5, 2013 at 8:49 AM, Rodrick Brown <rodrick.br...@gmail.com> wrote:
>             if delay > 2.0:
>                 raise RuntimeError('I think the server is down')
>             except:
>                 raise
>             else:
>                 break

I think you have an indentation error here. Backtab the except maybe?
Or possibly just omit it altogether.

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

Reply via email to