summaryrefslogtreecommitdiffstats
path: root/samloader/request.py
diff options
context:
space:
mode:
Diffstat (limited to 'samloader/request.py')
-rw-r--r--samloader/request.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/samloader/request.py b/samloader/request.py
index bb95e78..e19d072 100644
--- a/samloader/request.py
+++ b/samloader/request.py
@@ -11,7 +11,7 @@ def getlogiccheck(inp, nonce):
out += inp[ord(c) & 0xf]
return out
-def binaryinform(fw, region, model, nonce):
+def binaryinform(fw, model, region, nonce):
fusmsg = ET.Element("FUSMsg")
fushdr = ET.SubElement(fusmsg, "FUSHdr")
ET.SubElement(fushdr, "ProtoVer").text = "1.0"