Skip to content

Commit

Permalink
fix(logging): adjust Rich error handling settings for improved output…
Browse files Browse the repository at this point in the history
… formatting
  • Loading branch information
MountainGod2 committed Dec 10, 2024
1 parent 6282015 commit d11f06a
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 @@ -24,7 +24,7 @@
from chaturbate_poller.signal_handler import SignalHandler

# Enable detailed and formatted error handling with Rich
install(show_locals=True)
install(show_locals=False, width=100)

# Set up a Rich console for consistent and styled CLI output
console = Console(width=100)
Expand Down

0 comments on commit d11f06a

Please sign in to comment.