Zequez / reddit-placebot

A bot that paints on Reddit /r/place. Works with multiple accounts, and can work with a remote target file for multiple people with the same objective.
MIT License
227 stars 78 forks source link

Last commit killed the script #21

Closed daphee closed 7 years ago

daphee commented 7 years ago

In the userPaint function you uncommented the three lines 88, 89, 90 (mock painting). Now the function returns before being able to send the HTTP request.

w-biggs commented 7 years ago

I can confirm this. It can be fixed by commenting out those three lines manually.

Zequez commented 7 years ago

Oh sorry! I just made a big refactoring, now the mock painting is a configuration option, try updating again!

ghost commented 7 years ago

Thank you person who posted this issue...

cjwelborn commented 7 years ago

Hah, it took me a minute to figure that out by the console output ("Mock Painting"). One look at the script and I thought "was this on purpose? :confused:" Ctrl + / to the rescue.