Small fixes.

This commit is contained in:
Markus Birth 2019-09-10 16:42:11 +02:00
parent aca94f49dc
commit 70457ff70a
Signed by: mbirth
GPG Key ID: A9928D7A098C3A9A
2 changed files with 2 additions and 1 deletions

View File

@ -64,6 +64,7 @@ class UpdateServer:
def get_requests_xml(self, sku_numbers):
dom = getDOMImplementation()
doc = dom.createDocument(None, "Requests", None)
doc.standalone = False
root = doc.documentElement
@ -75,7 +76,6 @@ class UpdateServer:
self.dom_add_text(doc, req, "TransferType", "USB")
reg = doc.createElement("Region")
self.dom_add_text(doc, reg, "RegionId", "14")
ver = doc.createElement("Version")

View File

@ -1 +1,2 @@
protobuf
requests