Skip to content

Commit

Permalink
fix(LOG): Fixed double args.args
Browse files Browse the repository at this point in the history
  • Loading branch information
Vel-San committed Feb 22, 2024
1 parent 79450ac commit af8a149
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion wbmbot_v2/helpers/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import os

# Bot version (MAJOR.MINOR.PATCH)
bot_version = "1.0.1"
bot_version = "1.0.2"

# Today
today = dt.date.today()
Expand Down
2 changes: 1 addition & 1 deletion wbmbot_v2/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def parse_args():
# Create ChromeDriver
LOG.info(
color_me.cyan(
f"Initializing Script (v{constants.bot_version}) (Headless? {args.args.headless}) 🚀"
f"Initializing Script (v{constants.bot_version}) (Headless? {args.headless}) 🚀"
)
)
LOG.info(color_me.cyan("Checking for internet connection 🔎"))
Expand Down

0 comments on commit af8a149

Please sign in to comment.