disable log

This commit is contained in:
piair 2021-12-24 12:17:10 +01:00
parent 145e8aea91
commit 911371b671
1 changed files with 1 additions and 1 deletions

2
V4.py
View File

@ -19,7 +19,7 @@ from selenium.common import exceptions
main = True
Headless = True
Log = True
Log = False
def printf(txt):
if not Log :