调整日志输出路径
This commit is contained in:
parent
43df9a16f7
commit
24e2db68ce
@ -22,10 +22,7 @@ class GetFromTga:
|
||||
g = GetTgaConfig()
|
||||
item = g.get_api_key(self.gameid)
|
||||
self.url = item['url']
|
||||
if is_debug:
|
||||
self.tgaid = 1234
|
||||
else:
|
||||
self.tgaid = item['tgaid']
|
||||
self.tgaid = 9999
|
||||
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