Comment 3 for bug 477704

Revision history for this message
Anthony Hook (anthonyhook) wrote :

begin line 81:
       source = xml.dom.minidom.parseString( result.getvalue() )
        json_source = source.getElementsByTagName( 'json' )[0].firstChild.data
        html_source = source.getElementsByTagName( 'html' )[0].firstChild.data
    except:
        print 'having difficulty, check your email/password.'
        sys.exit()
end line 86