Skip to content

Commit

Permalink
Renaming the async variable
Browse files Browse the repository at this point in the history
  • Loading branch information
malet committed Oct 6, 2018
1 parent 4ee3cbe commit 09d1d75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion voltron/plugins/view/memory.py
Expand Up @@ -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

Expand Down

0 comments on commit 09d1d75

Please sign in to comment.