Skip to content

Commit af8a149

Browse files
committed
fix(LOG): Fixed double args.args
1 parent 79450ac commit af8a149

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

wbmbot_v2/helpers/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import os
33

44
# Bot version (MAJOR.MINOR.PATCH)
5-
bot_version = "1.0.1"
5+
bot_version = "1.0.2"
66

77
# Today
88
today = dt.date.today()

wbmbot_v2/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ def parse_args():
6363
# Create ChromeDriver
6464
LOG.info(
6565
color_me.cyan(
66-
f"Initializing Script (v{constants.bot_version}) (Headless? {args.args.headless}) 🚀"
66+
f"Initializing Script (v{constants.bot_version}) (Headless? {args.headless}) 🚀"
6767
)
6868
)
6969
LOG.info(color_me.cyan("Checking for internet connection 🔎"))

0 commit comments

Comments
 (0)