From ff88f26e0f74aa90bf40a0bdca597276cf09661f Mon Sep 17 00:00:00 2001 From: Sergey Date: Sat, 24 Oct 2020 21:53:30 +0300 Subject: [PATCH] Fix variable --- vk_messages.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vk_messages.py b/vk_messages.py index 96c6ba9..89e2068 100644 --- a/vk_messages.py +++ b/vk_messages.py @@ -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: