Cosmetic fix in crowdin script
This commit is contained in:
parent
d8146a0cf8
commit
2ef086a028
|
@ -173,7 +173,6 @@ if __name__ == "__main__":
|
|||
c.setopt(pycurl.WRITEFUNCTION, b.write)
|
||||
c.perform()
|
||||
c.close()
|
||||
print b.getvalue()
|
||||
handler = ResponseHandler()
|
||||
xml.sax.parseString(b.getvalue(),handler)
|
||||
print handler.data
|
||||
|
|
Loading…
Reference in New Issue
Block a user