Cosmetic fix in crowdin script
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user