From 7073db28e732e56d4f703beec045e961b93e6245 Mon Sep 17 00:00:00 2001 From: go3ranh Date: Wed, 21 Mar 2018 15:30:04 +0100 Subject: [PATCH] backup --- test2.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test2.py b/test2.py index a605828..070e034 100644 --- a/test2.py +++ b/test2.py @@ -20,7 +20,7 @@ while True: count = 0 path = 'goeranh' print('\n\n\n\n') - print('enter the name(or fragments of it) of the file[leave blank to search all]') + print(bcolors.OKGREEN + 'enter the name(or fragments of it) of the file[leave blank to search all]' + bcolors.ENDC) fname = str(raw_input('->')) print('enter a search string') string = str(raw_input('->'))