Skip to content

Commit

Permalink
Update main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
kernoeb committed Feb 22, 2023
1 parent 5ddb185 commit eb43a1d
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 @@ -533,7 +533,7 @@ async def inline_echo(inline_query: InlineQuery):
except AttributeError as e:
print(e)
pass
await bot.answer_inline_query(inline_query.id, results=items, cache_time=300)
await bot.answer_inline_query(inline_query.id, results=items, cache_time=100)


if __name__ == '__main__':
Expand Down

0 comments on commit eb43a1d

Please sign in to comment.