Skip to content

Commit

Permalink
* fixed typo
Browse files Browse the repository at this point in the history
* fixed permissions for foobnix.py
  • Loading branch information
POPSuL committed Feb 23, 2015
1 parent 853b360 commit bf55bfe
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Empty file modified foobnix.py
100644 → 100755
Empty file.
2 changes: 1 addition & 1 deletion foobnix/gui/service/vk_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ def reset_vk(self):
self.connected = False

def get(self, method, data):
url = "https://api.vk.com/method/%(METHOD_NAME)s?%(PARAMETERS)s&access_token=%(ACCESS_TOKEN)s&v" % {'METHOD_NAME':method, 'PARAMETERS':data, 'ACCESS_TOKEN':self.token }
url = "https://api.vk.com/method/%(METHOD_NAME)s?%(PARAMETERS)s&access_token=%(ACCESS_TOKEN)s" % {'METHOD_NAME':method, 'PARAMETERS':data, 'ACCESS_TOKEN':self.token }
if (method == 'audio.search'):
count = FC().search_limit
url = url + "&count=%(COUNT)s" % {'COUNT': count }
Expand Down

0 comments on commit bf55bfe

Please sign in to comment.