Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
sohwaje committed Jun 14, 2019
1 parent 31161af commit 5ab565c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pid_process_alive_check.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"""
Telegram bot 설정
"""
sigong_token = '851723999:AAFUkV3XFAHbujWNbbJO2AXr6dr3SKg8AWA'
sigong = '137532606'
sigong_token = 'YOUR_TOKEN'
sigong = 'YOUR_CHAT_ID'
bot = telegram.Bot(token = sigong_token)

"""
Expand Down

0 comments on commit 5ab565c

Please sign in to comment.