diff --git a/taptap/collect_mongodb.py b/taptap/collect_mongodb.py index d67e86b..2812567 100644 --- a/taptap/collect_mongodb.py +++ b/taptap/collect_mongodb.py @@ -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')