You are viewing a single comment's thread from:
RE: curobot - Your personal curation bot on the steem network
Erroneous comma:
{"author": "fetch", "weight": 50.0, "vote_delay": 30},
Do you have a github?
After fixing the above this still fails for me, and I don't know why:
Traceback (most recent call last):
File "/usr/local/bin/curobot", line 11, in <module>
sys.exit(main())
File "/usr/local/lib/python3.6/dist-packages/curobot/curobot.py", line 178, in main
return listen(config)
File "/usr/local/lib/python3.6/dist-packages/curobot/curobot.py", line 169, in listen
tx_listener = TransactionListener(steem, config)
File "/usr/local/lib/python3.6/dist-packages/curobot/curobot.py", line 28, in __init__
self.minimum_vp = config["minimum_vp"]
KeyError: 'minimum_vp'
add minimum_vp to the config.
beware; curobot is not in use for a good amount of time. It might need some tweaks for hf20 changes.
Ah right, thanks.