This commit is contained in:
2019-11-04 17:21:03 -05:00
parent 2c02920d45
commit da32efdfe8
2 changed files with 74 additions and 0 deletions

8
chan/json_kun.py Normal file
View File

@@ -0,0 +1,8 @@
from chan.json import JsonChanHelper
class JsonKunChanHelper(JsonChanHelper):
def image_url(self, board, tim, extension):
return "%s%s%s%s" % (self._image_url, self._image_path, tim, extension)