Skip to content

Commit 79eecae

Browse files
korymathseratch
authored andcommitted
Update oauth_app.py
Updating oauth_app.py to reflect the actual database table names that are created.
1 parent 67e0286 commit 79eecae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/sqlalchemy/oauth_app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
)
3333

3434
try:
35-
engine.execute("select count(*) from bots")
35+
engine.execute("select count(*) from slack_bots")
3636
except Exception as e:
3737
installation_store.metadata.create_all(engine)
3838
oauth_state_store.metadata.create_all(engine)

0 commit comments

Comments
 (0)