From 55f2798adcb0b224e48a9528afd078d443e3e1e7 Mon Sep 17 00:00:00 2001 From: dmunozv04 <39565245+dmunozv04@users.noreply.github.com> Date: Fri, 13 Oct 2023 19:54:11 +0200 Subject: [PATCH] Inform that v2 has been released and requires changes --- iSponsorBlockTV/helpers.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/iSponsorBlockTV/helpers.py b/iSponsorBlockTV/helpers.py index 392b333..9649bea 100644 --- a/iSponsorBlockTV/helpers.py +++ b/iSponsorBlockTV/helpers.py @@ -76,6 +76,9 @@ class Config: else: # Running in docker without mounting the data dir print("Running in docker without mounting the data dir, check the wiki for more information: " "https://github.com/dmunozv04/iSponsorBlockTV/wiki/Installation#Docker") + print("This image has recently been updated to v2, and requires changes.", + "Please read this for more information on how to upgrade to V2:", + "https://github.com/dmunozv04/iSponsorBlockTV/wiki/Migrate-from-V1-to-V2") print("Exiting in 10 seconds...") time.sleep(10) sys.exit()