Improved sites list filtering, pretty messages

This commit is contained in:
Soxoj
2021-02-06 18:14:36 +03:00
parent 37d6247d3b
commit b4fb100387
5 changed files with 98 additions and 50 deletions
+6 -1
View File
@@ -168,7 +168,12 @@ class QueryNotifyPrint(QueryNotify):
else:
print(f"[*] {title} {message} on:")
return
def warning(self, message, symbol='-'):
msg = f'[{symbol}] {message}'
if self.color:
print(Style.BRIGHT + Fore.YELLOW + msg)
else:
print(msg)
def get_additional_data_text(self, items, prepend=''):
text = ''