Skip to content

Commit

Permalink
token
Browse files Browse the repository at this point in the history
  • Loading branch information
citymonkeymao committed Apr 30, 2017
1 parent 4a778fd commit 25127da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chat_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ def clean(request):
}


def create_client(send_function, access_token="WIMP5FOOS5AXRPQG3PNVJFEOUBH5WHZH"):
def create_client(send_function, access_token="MVFXFYNSGLXU2QRSU5YIZU7DA4LRMAS3"):
actions['send'] = send_function
return Wit(access_token=access_token, actions=actions)

Expand Down

0 comments on commit 25127da

Please sign in to comment.