This commit is contained in:
Davte 2020-06-20 15:43:22 +02:00
parent fafc3de090
commit 293a831958
Signed by: Davte
GPG Key ID: D848081D6F892DA9
3 changed files with 4 additions and 4 deletions

View File

@ -11,7 +11,7 @@ __author__ = "Davide Testa"
__email__ = "davide@davte.it" __email__ = "davide@davte.it"
__credits__ = ["Marco Origlia", "Nick Lee @Nickoala"] __credits__ = ["Marco Origlia", "Nick Lee @Nickoala"]
__license__ = "GNU General Public License v3.0" __license__ = "GNU General Public License v3.0"
__version__ = "2.6.3" __version__ = "2.6.4"
__maintainer__ = "Davide Testa" __maintainer__ = "Davide Testa"
__contact__ = "t.me/davte" __contact__ = "t.me/davte"

View File

@ -1840,7 +1840,7 @@ def init(telegram_bot: Bot,
) )
if 'talking_sessions' not in db.tables: if 'talking_sessions' not in db.tables:
table = db.create_table( table = db.create_table(
table_name='users' table_name='talking_sessions'
) )
table.create_column( table.create_column(
'user', 'user',