diff --git a/modules/globalvars.py b/modules/globalvars.py index f6d572b..eed4b14 100644 --- a/modules/globalvars.py +++ b/modules/globalvars.py @@ -55,4 +55,5 @@ REACT = os.getenv("REACT") if get_git_branch() == "dev": beta = True # this makes goober think its a beta version, so it will not update to the latest stable version or run any version checks - \ No newline at end of file +else: + beta = False \ No newline at end of file