Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
sohwaje committed Jun 13, 2019
1 parent d5e4205 commit 31161af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sysmon_alarm_daemon.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"""
[2]Telegram bot token value
"""
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 31161af

Please sign in to comment.