Skip to content

Commit

Permalink
Update linepush.py
Browse files Browse the repository at this point in the history
  • Loading branch information
hanyang0721 authored Jan 16, 2020
1 parent 3e4e967 commit 90470b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions linepush.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
from linebot.exceptions import LineBotApiError
import DBconnect

CHANNEL_ACCESS_TOKEN = "d7bpIjXLueJZU57+8uTAh8c0Jgu56nAJbzZ+v9xdwb3oc6U4ZFeDefeMfUOZS6RCLZBWdM/FeLcdqVXtyTXmSbp6IFgaK447DgKYMwKjTQuddRL+LBcjTsi/ybgn93PC6n3Wg+CqJAGu8nkl6EVf3QdB04t89/1O/w1cDnyilFU="
to = "U534ce399cdf9e0bd77908f1f03599826"
CHANNEL_ACCESS_TOKEN = ""
to = ""

line_bot_api = LineBotApi(CHANNEL_ACCESS_TOKEN)

Expand Down

0 comments on commit 90470b0

Please sign in to comment.