From b7af9c068ee9b68e9d91091c61d2399f4aac5d13 Mon Sep 17 00:00:00 2001 From: WhatDidYouExpect <89535984+WhatDidYouExpect@users.noreply.github.com> Date: Wed, 16 Jul 2025 00:04:10 +0200 Subject: [PATCH] throwing shit at the wall --- modules/globalvars.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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