mirror of
https://github.com/moparisthebest/xeps
synced 2024-11-24 18:22:24 -05:00
Fixing a typo.
This commit is contained in:
parent
64ca29f01b
commit
e59bfb3a83
4
gen.py
4
gen.py
@ -105,8 +105,8 @@ class XEPTable:
|
||||
f.close()
|
||||
|
||||
f = open(self.shortXMLfilename, "wb")
|
||||
self.tableFile.getElementsByTagName("xeps")[0].normalize()
|
||||
f.write(self.tableFile.toxml())
|
||||
self.botsFile.getElementsByTagName("xeps")[0].normalize()
|
||||
f.write(self.botsFile.toxml())
|
||||
f.close()
|
||||
|
||||
def setXEP(self, info):
|
||||
|
Loading…
Reference in New Issue
Block a user