Still troubleshooting

This commit is contained in:
Adrian Woodley
2019-07-23 00:30:10 +08:00
parent 67485311e9
commit c56fc58ce8

View File

@@ -38,6 +38,7 @@ class INUeCommand():
reverse: bool = False reverse: bool = False
def __post_init__(self): def __post_init__(self):
print("Context %s" % self.context)
if self.reverse: if self.reverse:
self.position, self.value = self.value, self.position self.position, self.value = self.value, self.position