We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a49be2 commit b8f9b71Copy full SHA for b8f9b71
slack_sdk/oauth/installation_store/sqlite3/__init__.py
@@ -494,7 +494,7 @@ def find_installation(
494
# Retrieve the latest bot token, just in case
495
# See also: https://github.com/slackapi/bolt-python/issues/664
496
cur = conn.execute(
497
- f"""
+ """
498
select
499
bot_token,
500
bot_id,
0 commit comments