Skip to content

Commit

Permalink
Merge pull request #42 from slack-samples/adjustments
Browse files Browse the repository at this point in the history
A few adjustments
  • Loading branch information
seratch authored Sep 20, 2024
2 parents d7ce74d + f94837a commit a087d20
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,5 @@ tmp.txt
.DS_Store
logs/
*.db
.pytype/
.pytype/
.idea/
3 changes: 2 additions & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@

from listeners import register_listeners

logging.basicConfig(level=logging.DEBUG)

# Initialization
app = App(token=os.environ.get("SLACK_BOT_TOKEN"))
logging.basicConfig(level=logging.DEBUG)

# Register Listeners
register_listeners(app)
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
slack-bolt
pytest
flake8==7.1.1
black==24.8.0
black

0 comments on commit a087d20

Please sign in to comment.