Debug print XML from servers

This commit is contained in:
Matt Martz 2016-09-27 13:45:32 -05:00
parent 9f44a72fdb
commit 4280c448cf
1 changed files with 2 additions and 0 deletions

View File

@ -756,6 +756,8 @@ class Speedtest(object):
uh.close()
printer(''.encode().join(serversxml), debug=True)
try:
try:
root = ET.fromstring(''.encode().join(serversxml))