Skip to content

Commit

Permalink
[fix] removed SENTRY
Browse files Browse the repository at this point in the history
  • Loading branch information
achintya-7 committed Dec 21, 2023
1 parent a063c2a commit 4bd7882
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
MessageHandler,
filters,
)
from util.env import TOKEN, SENTRY_DSN, DEV_MODE, TEST_TOKEN
from util.env import TOKEN, DEV_MODE, TEST_TOKEN
from util.logger import AmibotLogger
from controllers.telegram_handlers import *
from controllers.db import get_profile_via_token
Expand Down

0 comments on commit 4bd7882

Please sign in to comment.