We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79450ac commit af8a149Copy full SHA for af8a149
wbmbot_v2/helpers/constants.py
@@ -2,7 +2,7 @@
2
import os
3
4
# Bot version (MAJOR.MINOR.PATCH)
5
-bot_version = "1.0.1"
+bot_version = "1.0.2"
6
7
# Today
8
today = dt.date.today()
wbmbot_v2/main.py
@@ -63,7 +63,7 @@ def parse_args():
63
# Create ChromeDriver
64
LOG.info(
65
color_me.cyan(
66
- f"Initializing Script (v{constants.bot_version}) (Headless? {args.args.headless}) 🚀"
+ f"Initializing Script (v{constants.bot_version}) (Headless? {args.headless}) 🚀"
67
)
68
69
LOG.info(color_me.cyan("Checking for internet connection 🔎"))
0 commit comments