Skip to content

Commit

Permalink
fix #26
Browse files Browse the repository at this point in the history
  • Loading branch information
ignaciopenia committed Apr 18, 2024
1 parent d5dc982 commit d169a44
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions geppetto/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
load_dotenv(os.path.join("config", ".env"))


SLACK_BOT_TOKEN = os.getenv("SLACK_BOT_TOKEN_TEST")
SLACK_APP_TOKEN = os.getenv("SLACK_APP_TOKEN_TEST")
SIGNING_SECRET = os.getenv("SIGNING_SECRET_TEST")
SLACK_BOT_TOKEN = os.getenv("SLACK_BOT_TOKEN")
SLACK_APP_TOKEN = os.getenv("SLACK_APP_TOKEN")
SIGNING_SECRET = os.getenv("SIGNING_SECRET")

DEFAULT_RESPONSES = load_json("default_responses.json")

Expand Down

0 comments on commit d169a44

Please sign in to comment.