Added Steam Group support, Added .ideadir to .gitignore

pull/161/head
Alex Crocker 6 years ago
parent febcb0718d
commit 5d2106c441

3
.gitignore vendored

@ -1,8 +1,9 @@
# Virtual Environment
venv/
# vscode
# Editor Configurations
.vscode/
.idea/
# Python
__pycache__/

@ -726,6 +726,13 @@
"url": "https://steamcommunity.com/id/{}",
"urlMain": "https://steamcommunity.com/"
},
"SteamGroup": {
"errorMsg": "No group could be retrieved for the given URL",
"errorType": "message",
"rank": 162,
"url": "https://steamcommunity.com/groups/{}",
"urlMain": "https://steamcommunity.com/"
},
"StreamMe": {
"errorType": "status_code",
"rank": 20104,

Loading…
Cancel
Save