none
This commit is contained in:
parent
144250d418
commit
6a7a1561e2
@ -25,7 +25,7 @@ def del_chat(chat_id):
|
||||
SESSION.commit()
|
||||
|
||||
|
||||
def chatlists():
|
||||
def chatdata():
|
||||
global CHAT_ID
|
||||
try:
|
||||
CHAT_ID = {int(x.chat_id) for x in SESSION.query(Chats).all()}
|
||||
|
Loading…
Reference in New Issue
Block a user