Change final outputsentence

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

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

Loading…
Cancel
Save