From b6e30888bb9b108b582867a08c0322c316759bd1 Mon Sep 17 00:00:00 2001 From: augustin64 <67148092+augustin64@users.noreply.github.com> Date: Sun, 25 Sep 2022 15:32:34 +0200 Subject: [PATCH] Update V4.py Fix constant name (introduced in [this commit](https://github.com/piair338/MsReward/commit/5b3b7c8aecdc9f0cf3d3ddfd08416356a6ecc544)) --- V4.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/V4.py b/V4.py index 572e895..b28941f 100755 --- a/V4.py +++ b/V4.py @@ -223,7 +223,7 @@ def FirefoxDriver(mobile=False, Headless=Headless): def printf(txt, end="", Mobdriver=driver): - if Log: + if LOG: print(Timer(txt)) if FULL_LOG: try : @@ -234,7 +234,7 @@ def printf(txt, end="", Mobdriver=driver): def CustomSleep(temps): try : - if Log or not LINUX_HOST: #only print sleep when user see it + if LOG or not LINUX_HOST: #only print sleep when user see it points = [ " . ", " . ",