diff options
author | davidovski <david@davidovski.xyz> | 2022-01-19 00:05:12 +0000 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-01-19 00:05:12 +0000 |
commit | c684ddecd01b9e2fd56fd6582f5d0d06c0b7afd4 (patch) | |
tree | 8a80ae53fdaf288a17efeabb009b10a0f233a9da /src/util.py | |
parent | be11529ff79011f370ce2969dfa145dac81fbee3 (diff) |
edited statspage
Diffstat (limited to 'src/util.py')
-rw-r--r-- | src/util.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util.py b/src/util.py index 928cb03..e77b422 100644 --- a/src/util.py +++ b/src/util.py @@ -29,7 +29,7 @@ def is_root(): def get_area(): - columns, rows = shutil.get_terminal_size((80, 20)) + return shutil.get_terminal_size((80, 20)) def loading_bar(completed, total, text, unit="", color=DEFAULT_BAR_COLOR, reset=DEFAULT_BAR_COLOR_RESET): |