From 599cee1e9c7e96fd4b5b1fc936c04db3eaa8231d Mon Sep 17 00:00:00 2001 From: Harley <150591975+TheHCJ@users.noreply.github.com> Date: Tue, 14 May 2024 06:09:22 +0100 Subject: [PATCH] disable debug testing --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index c615238..e946379 100644 --- a/main.py +++ b/main.py @@ -5,7 +5,7 @@ from atproto import Client, client_utils mastodon_instance_url = 'https://botsin.space' -debugTesting = 1 +debugTesting = 0 # Retrieve secrets from GitHub if (debugTesting == 0):