From 40dc5df662a4468cf32021cc99092d6b7b9536e6 Mon Sep 17 00:00:00 2001 From: Your Name <40523890+Brain-dawg@users.noreply.github.com> Date: Sun, 9 Feb 2025 09:36:36 -0500 Subject: [PATCH] oop --- mge/vpi/vpi_config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mge/vpi/vpi_config.py b/mge/vpi/vpi_config.py index a8a8665..ae5eda7 100644 --- a/mge/vpi/vpi_config.py +++ b/mge/vpi/vpi_config.py @@ -29,7 +29,7 @@ # It's used to identify files created by VPI SECRET = r"" BYPASS_SECRET = False #do not set this to true unless you know what you're doing -if (not SECRET): +if (not SECRET and not BYPASS_SECRET): raise RuntimeError("Please set your secret token") # Change this to your scriptdata directory