Skip to content

Commit

Permalink
indent
Browse files Browse the repository at this point in the history
  • Loading branch information
eukreign committed Jul 14, 2020
1 parent 0dff82c commit 622a3b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lbry/console.py
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ def sync_init(self, name, d):
bar.update(d['done'][0] - bar.n)
if d['done'][0] == -1 or d['done'][0] == bar.total:
bar.close()
self.bars.pop(bar_name)
self.bars.pop(bar_name)

def sync_main(self, name, d):
bar = self.bars.get(name)
Expand Down

0 comments on commit 622a3b7

Please sign in to comment.