Skip to content

Commit

Permalink
Debug console live state
Browse files Browse the repository at this point in the history
  • Loading branch information
glensc committed Apr 13, 2024
1 parent 54ec109 commit 80478e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plextraktsync/rich/RichProgressBar.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ async def __anext__(self):

def __enter__(self):
print("rich enter")
print("Previous live:", self.progress.console._live)
self.progress.__enter__()
return self

Expand Down

0 comments on commit 80478e5

Please sign in to comment.