fix bug
This commit is contained in:
parent
37c86f7625
commit
c51d35d049
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user