rdeepak2002 / reddit-place-script-2022

Script to draw an image onto r/place (https://www.reddit.com/r/place/)
910 stars 349 forks source link

How can I make it print what pixels the script painted? #425

Closed NoamikoT closed 2 years ago

NoamikoT commented 2 years ago

Right now it only says whenever a pixel is painted but I want to see where it has been painted, can I do it?

bolshoytoster commented 2 years ago

@NoamikoT doesn't it already?

2022-04-04 19:17:01.766 | WARNING  | __main__:set_pixel_and_check_ratelimit:91 - Thread #0 - : Attempting to place  pixel at 69, 420
NoamikoT commented 2 years ago

@NoamikoT doesn't it already?

2022-04-04 19:17:01.766 | WARNING  | __main__:set_pixel_and_check_ratelimit:91 - Thread #0 - : Attempting to place  pixel at 69, 420

It does lol, didn't notice that just looked at the instances where placing the pixel is successful.