diff --git a/V4.py b/V4.py index 1c59ce4..72a0fd6 100755 --- a/V4.py +++ b/V4.py @@ -92,9 +92,9 @@ def FirefoxPC(Headless = Headless): return(webdriver.Firefox(options=options)) -def printf(txt): +def printf(txt, end=""): if Log : - print(txt) + print(txt, end=end) CustomSleep(5)