1
0
Fork 0
mirror of synced 2024-05-29 08:29:55 +12:00
This commit is contained in:
Ali Parlakci 2018-07-12 02:06:16 +03:00
parent e09da8db73
commit 1a50bcecb0

View file

@ -208,9 +208,9 @@ class Imgur:
elif identity['type'] == 'album':
return {'object':self.imgurClient.get_album(identity['id']),
'type':'album'}
@staticmethod
def get_credits():
return self.initImgur().get_credits()
return Imgur.initImgur().get_credits()
class Gfycat:
def __init__(self,directory,POST):