From 5282975828de89d045ad79c37b55dc40e4f091c1 Mon Sep 17 00:00:00 2001 From: Usama Abdul Sattar Date: Wed, 5 Dec 2018 07:31:16 +0500 Subject: [PATCH] logo fixed @sTiKyt I fixed your mistake here. --- Defs/Actions.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Defs/Actions.py b/Defs/Actions.py index 131ac23..5fd57aa 100644 --- a/Defs/Actions.py +++ b/Defs/Actions.py @@ -157,8 +157,7 @@ def runMainMenu(): #menu where user select what they wanna use for i in range(101): sleep(0.05) - stdout.write(_("{0}[{1}*{0}]{1} HiddenEye is Opening. Please Wait...{2}%").format(RED, DEFAULT, i)) - system("clear") + stdout.write(_("\r{0}[{1}*{0}]{1} HiddenEye is Opening. Please Wait...{2}%").format(RED, DEFAULT, i)) stdout.flush() if input(_("\n{2}[{1}!{2}]{1} Do you agree to use this tool for educational purposes only? ({2}y{1}/{0}n{1})\n{2}HiddenEye >>> {1}").format(CYAN, DEFAULT, RED)).upper() != 'Y': #Question where user must accept education purposes