use_stored set to False

This commit is contained in:
Davte 2018-11-24 15:27:45 +01:00
parent a2cd9ce626
commit 73b44a05d2
2 changed files with 3 additions and 2 deletions

View File

@ -7,7 +7,7 @@ __author__ = "Davide Testa"
__email__ = "davte@libero.it" __email__ = "davte@libero.it"
__credits__ = "Marco Origlia" __credits__ = "Marco Origlia"
__license__ = "GNU General Public License v3.0" __license__ = "GNU General Public License v3.0"
__version__ = "1.4.2" __version__ = "1.4.3"
__maintainer__ = "Davide Testa" __maintainer__ = "Davide Testa"
__contact__ = "t.me/davte" __contact__ = "t.me/davte"

View File

@ -2032,7 +2032,8 @@ class Bot(telepot.aio.Bot, Gettable):
chat_id=selected_user['telegram_id'], chat_id=selected_user['telegram_id'],
photo=photo, photo=photo,
caption=caption, caption=caption,
parse_mode='HTML' parse_mode='HTML',
use_stored=False
) )
except Exception as e: except Exception as e:
logging.error(e) logging.error(e)