-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1b62477
commit 7957a3c
Showing
3 changed files
with
7 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
#!/usr/bin/env python | ||
import time | ||
import telepot | ||
import sentry_sdk | ||
|
||
from secret import TELEGRAM_TOKEN as TOKEN | ||
import reddit_linker | ||
|
@@ -41,6 +42,7 @@ def main(): | |
time.sleep(3) | ||
|
||
|
||
sentry_sdk.init("https://[email protected]/1422477") | ||
bot = telepot.Bot(TOKEN) | ||
|
||
if __name__ == "__main__": | ||
|
7957a3c
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sentry integration