hopefully neuter works

This commit is contained in:
Luke Ogburn
2022-04-13 22:56:16 -04:00
parent f2e73bbda2
commit c36e3d75ff
4 changed files with 19 additions and 8 deletions

View File

@@ -18,8 +18,8 @@ def main():
# get config
config = json.load(open('config.json', 'r'))
# make bots
masto = bot(config)
reddit = scraper("reddit", config, low_activity_random=True)
masto = bot(config, neuter=True)
reddit = scraper("reddit", config, neuter=True)
# run bots
run(masto, reddit)
# buffer time bc posts only happen so often so why check