From 7b24d13d7ae20bb8f16ad608859c6332f7932b8e Mon Sep 17 00:00:00 2001 From: xpamych Date: Wed, 31 May 2023 20:49:27 +0300 Subject: [PATCH] 140 --- hlna.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hlna.py b/hlna.py index 57edd43..26bb407 100755 --- a/hlna.py +++ b/hlna.py @@ -147,9 +147,9 @@ def print_line(*text, flag=""): color = colorama.Fore.CYAN else: color = colorama.Fore.WHITE - print(colorama.Fore.LIGHTGREEN_EX + "." * 180) + print(colorama.Fore.LIGHTGREEN_EX + "." * 140) print(color, *text) - print(colorama.Fore.LIGHTGREEN_EX + "." * 180 + colorama.Style.RESET_ALL) + print(colorama.Fore.LIGHTGREEN_EX + "." * 140 + colorama.Style.RESET_ALL) def check_int(number=""):