Typos
This commit is contained in:
parent
fafc3de090
commit
293a831958
@ -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"
|
||||||
|
|
||||||
|
@ -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',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user