Skip to content

Commit

Permalink
fix: Update console width in main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
MountainGod2 committed Nov 6, 2024
1 parent 0e6d4d6 commit 0a2b0e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/chaturbate_poller/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
from chaturbate_poller.logging_config import setup_logging
from chaturbate_poller.signal_handler import SignalHandler

console = Console()
console = Console(width=120)
"""Console: The rich console for pretty printing."""

traceback.install(show_locals=True)
Expand Down

0 comments on commit 0a2b0e6

Please sign in to comment.