Skip to content

Commit

Permalink
xmr: lite - black
Browse files Browse the repository at this point in the history
  • Loading branch information
ph4r05 committed Aug 24, 2018
1 parent 5b16c9c commit 7eb4f03
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions src/apps/monero/lite_protocol.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,7 @@ async def layout_lite_protocol(state, ctx, msg):

log.debug(
__name__,
"### Lite. Free: {} Allocated: {}".format(
gc.mem_free(), gc.mem_alloc()
),
"### Lite. Free: {} Allocated: {}".format(gc.mem_free(), gc.mem_alloc()),
)

gc.collect()
Expand Down
2 changes: 1 addition & 1 deletion src/apps/monero/protocol_lite/lite.py
Original file line number Diff line number Diff line change
Expand Up @@ -642,7 +642,7 @@ async def dispatch(self, ctx, ins, p1, p2, input):

sw = 0x6F01
try:
log.debug(__name__, 'Ins: %s, %s %s', ins, p1, p2)
log.debug(__name__, "Ins: %s, %s %s", ins, p1, p2)
sw = await self._sub_dispatch(ins, p1)
except Exception as e:
log.error(__name__, "Exception dispatching: %s", e)
Expand Down

0 comments on commit 7eb4f03

Please sign in to comment.