Fix token-error.

This commit is contained in:
none 2023-11-27 18:42:02 +03:00
parent 3b73faa794
commit 2801b14b05

2
bot.py
View File

@ -23,7 +23,7 @@ def fill(x1,y1, x2,y2, color):
return pxls
# draw( fill(...), limit=500, token="fdsfs" )
def draw(pxls, limit=300, token=None):
def draw(pxls, limit=300, token="None"):
global server
ic(pxls)