Skip to content

Commit

Permalink
show version on start
Browse files Browse the repository at this point in the history
  • Loading branch information
rdavydov committed Nov 21, 2022
1 parent 992ad9e commit afd9c50
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions TwitchChannelPointsMiner/TwitchChannelPointsMiner.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,10 @@ def __init__(

# Check for the latest version of the script
current_version, github_version = check_versions()

logger.info(f"Twitch Channel Points Miner v2-{current_version} (fork by rdavydov)")
logger.info("https://github.com/rdavydov/Twitch-Channel-Points-Miner-v2")

if github_version == "0.0.0":
logger.error(
"Unable to detect if you have the latest version of this script"
Expand Down

0 comments on commit afd9c50

Please sign in to comment.