Added Steam Group support, Added .ideadir to .gitignore

This commit is contained in:
Alex Crocker 2019-02-03 12:12:46 -05:00
parent febcb0718d
commit 5d2106c441
2 changed files with 9 additions and 1 deletions

3
.gitignore vendored
View File

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

View File

@ -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,