From afd9c508317fea11f5dca7c4c58db515cd131d1e Mon Sep 17 00:00:00 2001 From: rdavydov <15850461+rdavydov@users.noreply.github.com> Date: Mon, 21 Nov 2022 14:48:40 +0300 Subject: [PATCH] show version on start --- TwitchChannelPointsMiner/TwitchChannelPointsMiner.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/TwitchChannelPointsMiner/TwitchChannelPointsMiner.py b/TwitchChannelPointsMiner/TwitchChannelPointsMiner.py index 5541b8f0..5368083e 100644 --- a/TwitchChannelPointsMiner/TwitchChannelPointsMiner.py +++ b/TwitchChannelPointsMiner/TwitchChannelPointsMiner.py @@ -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"