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)