Added columns to terminal size
Signed-off-by: debianpepper <pdpdebdevuan@protonmail.com>
This commit is contained in:
parent
751282c147
commit
3f2975f4e0
|
@ -22,7 +22,7 @@ WPCHROOT = "/fusato/config/includes.chroot"
|
|||
BINARYPTH = "/fusato/config/includes.binary"
|
||||
BOOTSTRAP = "/fusato/config/includes.bootstrap"
|
||||
FUSATOCONFIG = "/fusato/config"
|
||||
term_size = os.get_terminal_size()
|
||||
term_size = os.get_terminal_size().columns
|
||||
|
||||
# Set up the logging format
|
||||
logger = logging.getLogger()
|
||||
|
|
Loading…
Reference in New Issue