We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac52b89 commit 82d8b08Copy full SHA for 82d8b08
voltron/repl.py
@@ -34,7 +34,7 @@ def __getitem__(self, key):
34
except Exception as e:
35
print("Exception reading memory: {}".format(repr(e)))
36
37
- def cmd(self, command):
+ def __call__(self, command):
38
try:
39
res = self.perform_request('command', command=command)
40
if res.is_success:
0 commit comments