We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6da6ce8 + c37e995 commit d1004dfCopy full SHA for d1004df
2 files changed
examples/get_all_audio.py
@@ -2,7 +2,7 @@
2
import collections
3
4
import vk_api
5
-from vk_api.audio import VKAudio
+from vk_api.audio import VkAudio
6
7
8
def main():
@@ -17,7 +17,7 @@ def main():
17
print(error_msg)
18
return
19
20
- vkaudio = VKAudio(vk_session)
+ vkaudio = VkAudio(vk_session)
21
22
artists = collections.Counter()
23
vk_api/audio.py
@@ -4,7 +4,7 @@
from .exceptions import AccessDenied
-class VKAudio:
+class VkAudio:
def __init__(self, vk):
9
self._vk = vk
10
0 commit comments