Skip to content

Commit

Permalink
Updated to new major rich version
Browse files Browse the repository at this point in the history
  • Loading branch information
AcidWeb committed Apr 1, 2021
1 parent f1099cc commit 036b5cc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CurseBreaker.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
from rich.table import Table
from rich.panel import Panel
from rich.console import Console
from rich.control import Control
from rich.progress import Progress, BarColumn
from rich.traceback import Traceback, install
from multiprocessing import freeze_support
Expand Down Expand Up @@ -777,7 +778,7 @@ def c_wago_update(self, _, verbose=True):
for aura in statusplater[1]:
self.console.print(f'[link={aura[1]}]{aura[0]}[/link]', highlight=False)
else:
self.console.control('\033[A')
self.console.control(Control.move(x=0, y=-1))
if len(statuswa[0]) > 0:
self.console.print(f'\n[green]The number of outdated WeakAuras:[/green] '
f'{len(statuswa[0])}', highlight=False)
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ pyperclip
requests
markdown
bbcode
rich
rich>10
lupa

0 comments on commit 036b5cc

Please sign in to comment.