Skip to content

Commit 8d0c870

Browse files
committed
a more modern default
1 parent 845262c commit 8d0c870

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/utils/consts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ def random_string() -> str:
7474
)
7575
REGEX_V_REDD_IT = re.compile("https?://v.redd.it/(?:[^/?#&]+)")
7676
APPLICATION_START = now()
77-
TERMINAL_SIZE = shutil.get_terminal_size(fallback=(80, 60))
77+
TERMINAL_SIZE = shutil.get_terminal_size(fallback=(150, 50))
7878
MOBILE_TERMINAL = TERMINAL_SIZE.columns < 80
7979
TABULATE_STYLE = "simple"
8080
DEFAULT_DIFFLIB_RATIO = 0.73

0 commit comments

Comments
 (0)