From 58d3ef9e9406225a7de86aa8df4da5e03d117e8c Mon Sep 17 00:00:00 2001 From: Believethehype <1097224+believethehype@users.noreply.github.com> Date: Mon, 2 Dec 2024 17:03:20 +0100 Subject: [PATCH] Update otherstuff.py --- tests/otherstuff.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/otherstuff.py b/tests/otherstuff.py index d89098c..8f775bf 100644 --- a/tests/otherstuff.py +++ b/tests/otherstuff.py @@ -497,6 +497,6 @@ if __name__ == '__main__': dotenv.load_dotenv(env_path, verbose=True, override=True) else: raise FileNotFoundError(f'.env file not found at {env_path} ') - announce = True + announce = False playground(announce)