From 2801b14b05704507329ba7d77bb37bb62e074fe4 Mon Sep 17 00:00:00 2001 From: none Date: Mon, 27 Nov 2023 18:42:02 +0300 Subject: [PATCH] Fix token-error. --- bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot.py b/bot.py index a473d94..fba76f2 100644 --- a/bot.py +++ b/bot.py @@ -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)