Skip to content

Commit

Permalink
Update main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
hldh214 committed Feb 9, 2019
1 parent 4598eb2 commit 3924734
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
proxies = {
'https': 'http://127.0.0.1:1080'
}
visited_ids = set()
buff_id_blacklist = (3986,)
buff_type_blacklist = ('tool',)
game = 'dota2'
Expand All @@ -25,6 +24,8 @@
# steam api request interval
steam_api_sleep = 30

visited_ids = set()

steam_api = 'https://steamcommunity.com/market/listings/' + game_appid + '/{0}/render'
steam_order_api = 'https://steamcommunity.com/market/itemordershistogram?language=schinese&currency=23&item_nameid={0}'
steam_price_overview_api = 'https://steamcommunity.com/market/priceoverview'
Expand Down

0 comments on commit 3924734

Please sign in to comment.