removed neuter lol
This commit is contained in:
@@ -18,8 +18,8 @@ def main():
|
|||||||
# get config
|
# get config
|
||||||
config = json.load(open('config.json', 'r'))
|
config = json.load(open('config.json', 'r'))
|
||||||
# make bots
|
# make bots
|
||||||
masto = bot(config, neuter=True)
|
masto = bot(config)
|
||||||
reddit = scraper("reddit", config, neuter=True)
|
reddit = scraper("reddit", config)
|
||||||
# run bots
|
# run bots
|
||||||
run(masto, reddit)
|
run(masto, reddit)
|
||||||
# buffer time bc posts only happen so often so why check
|
# buffer time bc posts only happen so often so why check
|
||||||
|
|||||||
Reference in New Issue
Block a user