Implemented like and dislike buttons

This commit is contained in:
2016-03-27 06:06:10 -06:00
parent 6a3ddaa489
commit 13bb4a8a88
4 changed files with 32 additions and 8 deletions

View File

@@ -6,7 +6,7 @@ import re
import requests
STRING_TYPES = (str, bytes, bytearray)
STRING_TYPES = (str, bytes, bytearray, unicode)
logger = logging.getLogger('vk')