Skip to content

Commit

Permalink
disable debug testing
Browse files Browse the repository at this point in the history
  • Loading branch information
mrhcjones authored May 14, 2024
1 parent a76cda3 commit 599cee1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 599cee1

Please sign in to comment.