mirror of
https://github.com/seqizz/kufur-generator.git
synced 2024-09-12 19:00:13 +02:00
Do not cache inline answers
This commit is contained in:
parent
eabf78cf34
commit
71af1be8a5
2 changed files with 2 additions and 2 deletions
|
@ -50,7 +50,7 @@ async def inline_caps(update, context):
|
|||
)
|
||||
)
|
||||
)
|
||||
await context.bot.answer_inline_query(update.inline_query.id, results)
|
||||
await context.bot.answer_inline_query(update.inline_query.id, results, cache_time=0)
|
||||
|
||||
|
||||
def main():
|
||||
|
|
2
setup.py
2
setup.py
|
@ -6,7 +6,7 @@ from sysconfig import get_paths
|
|||
|
||||
setup(
|
||||
name='kufur-generator',
|
||||
version='1.2',
|
||||
version='1.3',
|
||||
description='Turkce kufur ureteci',
|
||||
author='seqizz',
|
||||
include_package_data=True,
|
||||
|
|
Loading…
Reference in a new issue