Fix variable

This commit is contained in:
Sergey 2020-10-24 21:53:30 +03:00
parent 00332084fd
commit ff88f26e0f

View File

@ -802,7 +802,7 @@ async def process_message(msg, token=None, is_multichat=None, vk_chat_id=None, u
tg_chat=to_tg_chat
)
else:
fwd_msg_in_db = None
fwd_msgs_in_db = None
if fwd_msgs_in_db:
for fwd_msg_in_db in fwd_msgs_in_db:
try: