small debug thing removed
This commit is contained in:
parent
56917be9af
commit
46312a3a1c
@ -39,8 +39,7 @@ def handle_messages(m, vk_user, bot, chat_id):
|
|||||||
|
|
||||||
def handle_updates(vk_user, bot, chat_id, updates):
|
def handle_updates(vk_user, bot, chat_id, updates):
|
||||||
for m in updates:
|
for m in updates:
|
||||||
if True: # not m['out']:
|
if not m['out']:
|
||||||
print(m)
|
|
||||||
handle_messages(m, vk_user, bot, chat_id)
|
handle_messages(m, vk_user, bot, chat_id)
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user