Change final outputsentence

pull/1281/head
aristotelis gkithkopoulos 3 years ago
parent ee77a9ec90
commit d5f31037ec

@ -160,7 +160,7 @@ class QueryNotifyPrint(QueryNotify):
return return
def finish(self, message="Results have been uploaded"): def finish(self, message="The processing has been finished."):
"""Notify Start. """Notify Start.
Will print the last line to the standard output. Will print the last line to the standard output.
@ -173,7 +173,7 @@ class QueryNotifyPrint(QueryNotify):
Nothing. Nothing.
""" """
title = "Finish" title = "End"
print('\r') # An empty line between last line of main output and last line(more clear output) print('\r') # An empty line between last line of main output and last line(more clear output)
print(Style.BRIGHT + Fore.GREEN + "[" + print(Style.BRIGHT + Fore.GREEN + "[" +
Fore.YELLOW + "!" + Fore.YELLOW + "!" +

Loading…
Cancel
Save