fix bug
This commit is contained in:
parent
37c86f7625
commit
c51d35d049
@ -20,7 +20,7 @@ class GetFromTga:
|
|||||||
g = GetTgaConfig()
|
g = GetTgaConfig()
|
||||||
item = g.get_api_key(self.gameid)
|
item = g.get_api_key(self.gameid)
|
||||||
self.url = item['url']
|
self.url = item['url']
|
||||||
self.tgaid = item['appid']
|
self.tgaid = item['tgaid']
|
||||||
self.suffix = item.get('suffix', 0)
|
self.suffix = item.get('suffix', 0)
|
||||||
self.api_key = item.get('api_key', None)
|
self.api_key = item.get('api_key', None)
|
||||||
self.tga = FromTga(self.url, self.api_key)
|
self.tga = FromTga(self.url, self.api_key)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user