This commit is contained in:
Göran Heinemann 2018-03-21 15:30:04 +01:00
parent b8f35a9107
commit 7073db28e7
1 changed files with 1 additions and 1 deletions

View File

@ -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('->'))