File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 13
13
14
14
# Steam API Docs: https://steamcommunity.com/dev
15
15
# Steam API Key: https://steamcommunity.com/dev/apikey
16
- # Steam Usernumber: Visit https://steamcommunity.com, click on your profile icon, your usernumber will be in the browser url.
16
+ # Steam Usernumber: Visit https://steamcommunity.com
17
+ # click on your profile icon, your usernumber will be in the browser url.
17
18
18
19
# Ensure these are setup in settings.toml
19
20
# Requires Steam Developer API key
29
30
# 900 = 15 mins, 1800 = 30 mins, 3600 = 1 hour
30
31
sleep_time = 900
31
32
32
- # Deconstruct URL
33
- # http://api.steampowered.com/IPlayerService/GetOwnedGames/v0001/?key=XXXXXXXXXXXXXXXXXXXXX&include_played_free_games=1&steamid=XXXXXXXXXXXXXXXX&format=json
33
+ # Deconstruct URL (pylint hates long lines)
34
+ # http://api.steampowered.com/IPlayerService/GetOwnedGames/v0001/
35
+ #?key=XXXXXXXXXXXXXXXXXXXXX&include_played_free_games=1&steamid=XXXXXXXXXXXXXXXX&format=json
34
36
Steam_OwnedGames_URL = (
35
37
"http://api.steampowered.com/IPlayerService/GetOwnedGames/v0001/?"
36
38
+ "key="
You can’t perform that action at this time.
0 commit comments