Compiling recipe to GCD file works now.

This commit is contained in:
2018-10-23 00:17:26 +02:00
parent 70c0734d34
commit 16f50bf91a
3 changed files with 22 additions and 4 deletions
+1
View File
@@ -140,6 +140,7 @@ class TLV2(TLV):
if k == "length":
self.value = b"\x00" * int(v)
self.length = len(self.value)
break
class TLV5(TLV):
def dump(self):