Fix token-error.
This commit is contained in:
parent
3b73faa794
commit
2801b14b05
2
bot.py
2
bot.py
@ -23,7 +23,7 @@ def fill(x1,y1, x2,y2, color):
|
|||||||
return pxls
|
return pxls
|
||||||
|
|
||||||
# draw( fill(...), limit=500, token="fdsfs" )
|
# draw( fill(...), limit=500, token="fdsfs" )
|
||||||
def draw(pxls, limit=300, token=None):
|
def draw(pxls, limit=300, token="None"):
|
||||||
global server
|
global server
|
||||||
ic(pxls)
|
ic(pxls)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user