up-date build info
This commit is contained in:
parent
ca14f42d72
commit
8bb0ae334a
BIN
dist/vk_callback-1.0.1.1.tar.gz
vendored
Normal file
BIN
dist/vk_callback-1.0.1.1.tar.gz
vendored
Normal file
Binary file not shown.
BIN
dist/vk_callback-1.0.1.tar.gz
vendored
BIN
dist/vk_callback-1.0.1.tar.gz
vendored
Binary file not shown.
2
setup.py
2
setup.py
@ -1,7 +1,7 @@
|
||||
from setuptools import setup
|
||||
|
||||
setup(name='vk_callback',
|
||||
version='1.0.1',
|
||||
version='1.0.1.1',
|
||||
description='Develop vk callback applications and bots',
|
||||
packages=['vk_callback'],
|
||||
author_email='ill2gms@ya.ru',
|
||||
|
@ -1,6 +1,6 @@
|
||||
Metadata-Version: 1.0
|
||||
Name: vk-callback
|
||||
Version: 1.0.1
|
||||
Version: 1.0.1.1
|
||||
Summary: Develop vk callback applications and bots
|
||||
Home-page: UNKNOWN
|
||||
Author: UNKNOWN
|
||||
|
@ -237,9 +237,10 @@ class server:
|
||||
if Event.secret != group_obj.secret_key:
|
||||
return "Invalid secret key"
|
||||
elif Event.type == 'confirmation':
|
||||
return group_obj.return_str
|
||||
else:
|
||||
self.event(group_obj, Event)
|
||||
return 'ok'
|
||||
return group_obj.return_str
|
||||
|
||||
def event(self, group_obj, Event):
|
||||
return group_obj.return_str
|
||||
|
Loading…
Reference in New Issue
Block a user