Skip to content

Commit

Permalink
Remove contact vk link (use GitHub Issues) & Update email
Browse files Browse the repository at this point in the history
  • Loading branch information
python273 committed Aug 3, 2018
1 parent c80d624 commit 5c92183
Show file tree
Hide file tree
Showing 19 changed files with 10 additions and 31 deletions.
4 changes: 1 addition & 3 deletions jconfig/__init__.py
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
# -*- coding: utf-8 -*-
"""
:authors: python273
:contact: https://vk.com/python273
:license: Apache License, Version 2.0, see LICENSE file
:copyright: (c) 2018 python273
"""

__author__ = 'python273'
__version__ = '3.0'
__email__ = 'whoami@python273.pw'
__contact__ = 'https://vk.com/python273'
__email__ = 'vk_api@python273.pw'

from .jconfig import Config
1 change: 0 additions & 1 deletion jconfig/base.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# -*- coding: utf-8 -*-
"""
:authors: python273
:contact: https://vk.com/python273
:license: Apache License, Version 2.0, see LICENSE file
:copyright: (c) 2018 python273
Expand Down
1 change: 0 additions & 1 deletion jconfig/jconfig.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# -*- coding: utf-8 -*-
"""
:authors: python273
:contact: https://vk.com/python273
:license: Apache License, Version 2.0, see LICENSE file
:copyright: (c) 2018 python273
Expand Down
1 change: 0 additions & 1 deletion jconfig/memory.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# -*- coding: utf-8 -*-
"""
:authors: python273
:contact: https://vk.com/python273
:license: Apache License, Version 2.0, see LICENSE file
:copyright: (c) 2018 python273
Expand Down
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

"""
:authors: python273
:contact: https://vk.com/python273
:license: Apache License, Version 2.0, see LICENSE file
:copyright: (c) 2018 python273
Expand All @@ -21,7 +20,7 @@
version=version,

author='python273',
author_email='whoami@python273.pw',
author_email='vk_api@python273.pw',

description=(
u'Python модуль для написания скриптов для социальной сети '
Expand Down
16 changes: 7 additions & 9 deletions vk_api/__init__.py
Original file line number Diff line number Diff line change
@@ -1,20 +1,18 @@
# -*- coding: utf-8 -*-
"""
:authors: python273
:license: Apache License, Version 2.0, see LICENSE file
:copyright: (c) 2018 python273
"""
from .enums import *
from .exceptions import *
from .requests_pool import VkRequestsPool, vk_request_one_param_pool
from .tools import VkTools
from .upload import VkUpload
from .vk_api import VkApi

"""
:authors: python273
:contact: https://vk.com/python273
:license: Apache License, Version 2.0, see LICENSE file
:copyright: (c) 2018 python273
"""

__author__ = 'python273'
__version__ = '10.1'
__email__ = 'whoami@python273.pw'
__contact__ = 'https://vk.com/python273'
__email__ = 'vk_api@python273.pw'
1 change: 0 additions & 1 deletion vk_api/audio.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# -*- coding: utf-8 -*-
"""
:authors: python273
:contact: https://vk.com/python273
:license: Apache License, Version 2.0, see LICENSE file
:copyright: (c) 2018 python273
Expand Down
1 change: 0 additions & 1 deletion vk_api/bot_longpoll.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# -*- coding: utf-8 -*-
"""
:authors: deker104, python273
:contact: https://vk.com/python273
:license: Apache License, Version 2.0, see LICENSE file
:copyright: (c) 2018 python273
Expand Down
1 change: 0 additions & 1 deletion vk_api/enums.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# -*- coding: utf-8 -*-
"""
:authors: python273
:contact: https://vk.com/python273
:license: Apache License, Version 2.0, see LICENSE file
:copyright: (c) 2018 python273
Expand Down
1 change: 0 additions & 1 deletion vk_api/exceptions.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# -*- coding: utf-8 -*-
"""
:authors: python273
:contact: https://vk.com/python273
:license: Apache License, Version 2.0, see LICENSE file
:copyright: (c) 2018 python273
Expand Down
1 change: 0 additions & 1 deletion vk_api/execute.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# -*- coding: utf-8 -*-
"""
:authors: python273
:contact: https://vk.com/python273
:license: Apache License, Version 2.0, see LICENSE file
:copyright: (c) 2018 python273
Expand Down
1 change: 0 additions & 1 deletion vk_api/keyboard.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# -*- coding: utf-8 -*-
"""
:authors: python273, Helow19274
:contact: https://vk.com/python273
:license: Apache License, Version 2.0, see LICENSE file
:copyright: (c) 2018 python273
Expand Down
1 change: 0 additions & 1 deletion vk_api/longpoll.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# -*- coding: utf-8 -*-
"""
:authors: python273
:contact: https://vk.com/python273
:license: Apache License, Version 2.0, see LICENSE file
:copyright: (c) 2018 python273
Expand Down
1 change: 0 additions & 1 deletion vk_api/requests_pool.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# -*- coding: utf-8 -*-
"""
:authors: python273
:contact: https://vk.com/python273
:license: Apache License, Version 2.0, see LICENSE file
:copyright: (c) 2018 python273
Expand Down
1 change: 0 additions & 1 deletion vk_api/streaming.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# -*- coding: utf-8 -*-
"""
:authors: python273, hdk5
:contact: https://vk.com/python273
:license: Apache License, Version 2.0, see LICENSE file
:copyright: (c) 2018 python273
Expand Down
1 change: 0 additions & 1 deletion vk_api/tools.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# -*- coding: utf-8 -*-
"""
:authors: python273
:contact: https://vk.com/python273
:license: Apache License, Version 2.0, see LICENSE file
:copyright: (c) 2018 python273
Expand Down
1 change: 0 additions & 1 deletion vk_api/upload.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# -*- coding: utf-8 -*-
"""
:authors: python273
:contact: https://vk.com/python273
:license: Apache License, Version 2.0, see LICENSE file
:copyright: (c) 2018 python273
Expand Down
1 change: 0 additions & 1 deletion vk_api/utils.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# -*- coding: utf-8 -*-
"""
:authors: python273
:contact: https://vk.com/python273
:license: Apache License, Version 2.0, see LICENSE file
:copyright: (c) 2018 python273
Expand Down
3 changes: 1 addition & 2 deletions vk_api/vk_api.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# -*- coding: utf-8 -*-
"""
:authors: python273
:contact: https://vk.com/python273
:license: Apache License, Version 2.0, see LICENSE file
:copyright: (c) 2018 python273
Expand Down Expand Up @@ -299,7 +298,7 @@ def _vk_login(self, captcha_sid=None, captcha_key=None):
self.storage.save()
else:
raise AuthError(
'Unknown error. Please send bugreport: https://vk.com/python273'
'Unknown error. Please send bugreport to vk_api@python273.pw'
)

response = self._pass_security_check(response)
Expand Down

0 comments on commit 5c92183

Please sign in to comment.