Skip to content

Commit

Permalink
oop
Browse files Browse the repository at this point in the history
  • Loading branch information
Brain-dawg committed Feb 9, 2025
1 parent 40085c3 commit 40dc5df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mge/vpi/vpi_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 40dc5df

Please sign in to comment.