mirror of
https://github.com/Ekultek/Zeus-Scanner.git
synced 2026-03-11 08:55:51 +00:00
better fix for warnings, they won't show up now
This commit is contained in:
parent
9cb82a7096
commit
651c0f4498
1 changed files with 1 additions and 3 deletions
4
zeus.py
4
zeus.py
|
|
@ -48,9 +48,7 @@ from lib.core.settings import (
|
|||
run_attacks,
|
||||
)
|
||||
|
||||
warnings.filterwarnings(action="ignore", category=FutureWarning)
|
||||
warnings.filterwarnings(action="ignore", category=DeprecationWarning)
|
||||
warnings.filterwarnings(action="ignore", category=PendingDeprecationWarning)
|
||||
warnings.simplefilter("ignore")
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue