Skip to content

Commit

Permalink
[chore]: We no longer require QUERY env
Browse files Browse the repository at this point in the history
  • Loading branch information
keenborder786 committed Jun 6, 2023
1 parent 724d0a6 commit 859e8bc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion config.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

CONSUMER_KEY = os.environ['CONSUMER_KEY']
CONSUMER_SECRET = os.environ['CONSUMER_SECRET']
QUERY = os.environ['QUERY']
SLACK_BOT_TOKEN = os.environ['SLACK_BOT_TOKEN']
SLACK_APP_TOKEN = os.environ['SLACK_APP_TOKEN']
CHANNEL_ID = os.environ['CHANNEL_ID']
Expand Down

0 comments on commit 859e8bc

Please sign in to comment.