mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-03-17 20:19:48 +00:00
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
parent
4af7a673a9
commit
7c49052904
@ -107,7 +107,7 @@ def get_latest_chat_id() -> int:
|
|||||||
cursor = conn.cursor()
|
cursor = conn.cursor()
|
||||||
cursor.execute(
|
cursor.execute(
|
||||||
"""
|
"""
|
||||||
SELECT chat_id FROM ChatDB.Chat_history
|
SELECT chat_id FROM ChatDB.Chat_history
|
||||||
ORDER BY chat_id DESC LIMIT 1
|
ORDER BY chat_id DESC LIMIT 1
|
||||||
"""
|
"""
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user