Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Hootrix committed Nov 19, 2023
1 parent 219c284 commit f902185
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ async def on_greeting(event):

condition_strs = ['l.chat_id = ?']
if event_chat_username_list:
condition_strs.append(' l.channel_name in ({placeholders}) ')
condition_strs.append(f' l.channel_name in ({placeholders}) ')

sql = f"""
select u.chat_id,l.keywords,l.id,l.chat_id
Expand Down

0 comments on commit f902185

Please sign in to comment.