diff --git a/voltron/plugins/view/memory.py b/voltron/plugins/view/memory.py index 09e4d655..b18abed3 100644 --- a/voltron/plugins/view/memory.py +++ b/voltron/plugins/view/memory.py @@ -13,7 +13,7 @@ class MemoryView(TerminalView): printable_filter = ''.join([(len(repr(chr(x))) == 3) and chr(x) or '.' for x in range(256)]) - async = True + asynchronous = True last_memory = None last_address = 0