From 45402cda0b785b145646d4b69000f253867a3f86 Mon Sep 17 00:00:00 2001 From: Luke Ogburn <21106956+logburn@users.noreply.github.com> Date: Wed, 20 Apr 2022 19:51:14 -0400 Subject: [PATCH] removed neuter lol --- autotoot.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/autotoot.py b/autotoot.py index fe686c8..e81792e 100644 --- a/autotoot.py +++ b/autotoot.py @@ -18,8 +18,8 @@ def main(): # get config config = json.load(open('config.json', 'r')) # make bots - masto = bot(config, neuter=True) - reddit = scraper("reddit", config, neuter=True) + masto = bot(config) + reddit = scraper("reddit", config) # run bots run(masto, reddit) # buffer time bc posts only happen so often so why check