From 5ee2679a5a50993eb6bdfcc9b5cc067a6e92a32c Mon Sep 17 00:00:00 2001 From: f**k lu <32389469+mohdirwanlatiran@users.noreply.github.com> Date: Sat, 5 May 2018 14:45:31 +0800 Subject: [PATCH] Update sb.py --- sb.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sb.py b/sb.py index 9630008..1dc9b29 100644 --- a/sb.py +++ b/sb.py @@ -3,7 +3,7 @@ import json, time, random client = LineClient() -#client = LineClient(authToken='AUTH TOKEN') +#client = LineClient(authToken='AUTH TOKE') client.log("Auth Token : " + str(client.authToken)) channel = LineChannel(client)