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