更换key

This commit is contained in:
pengtao 2019-10-08 18:30:33 +08:00
parent 2836ba535d
commit 564b562b4a

View File

@ -93,7 +93,7 @@ conver_int = ('order', 'gameid', 'watch', 'reserve', 'sell', 'download', 'review
class CollectMongo():
def __init__(self, item):
self.url = "http://10.10.3.17:8992/querySql"
self.api_secret = "GsFnzuKcNOFXsRJbDjV3avy67wTl8tyRD0t0b0VOFbQ285StWmkvT32gtQBVycXp"
self.api_secret = "n9H4R32ZcjtSeN89ljCY6ESzTmOlnwwnOB3r4YsggnP5M1AXLtKtiS4sS1KKLOEQ"
self.tga = FromTga(url=self.url, token=self.api_secret)
self.item = item
self.gameid = self.item.get('gameid')