Skip to content

Commit

Permalink
remove textlog replace richlog
Browse files Browse the repository at this point in the history
  • Loading branch information
datawhores committed Mar 8, 2024
1 parent c6ee86f commit 5712ff0
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 45 deletions.
4 changes: 2 additions & 2 deletions ofscraper/classes/table.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
DataTable,
Input,
Label,
TextLog,
RichLog,
)

import ofscraper.utils.logs.logger as logger
Expand All @@ -22,7 +22,7 @@


# console=console_.get_shared_console()
class OutConsole(TextLog):
class OutConsole(RichLog):
def __init__(self, *args, **kwargs) -> None:
super().__init__(*args, **kwargs)

Expand Down
49 changes: 7 additions & 42 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ diskcache = "^5.6.1"
ffmpeg-python = "^0.2.0"
dunamai = "^1.17.0"
poetry-dynamic-versioning = "^0.22.0"
textual = "^0.27.0"
textual = "0.52.1"
aiohttp = { extras = ["speedups"], version = "^3.8.5" }
faust-cchardet = "^2.1.18"
certifi = "^2023.5.7"
Expand Down

0 comments on commit 5712ff0

Please sign in to comment.