This commit is contained in:
pengtao 2019-08-30 13:31:12 +08:00
parent 37c86f7625
commit c51d35d049

View File

@ -20,7 +20,7 @@ class GetFromTga:
g = GetTgaConfig()
item = g.get_api_key(self.gameid)
self.url = item['url']
self.tgaid = item['appid']
self.tgaid = item['tgaid']
self.suffix = item.get('suffix', 0)
self.api_key = item.get('api_key', None)
self.tga = FromTga(self.url, self.api_key)