Skip to content

Commit f263fc7

Browse files
committed
update
1 parent d9bca68 commit f263fc7

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

main.py

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,16 @@ async def login():
1616
return "We don't allow cross login to steamcommunity.com <a href='/'>Back</a>"
1717

1818

19+
@app.route("/market/")
20+
@app.route("/discussions/")
21+
@app.route("/my/")
22+
@app.route("/id/")
23+
@app.route("/account/")
24+
@app.route("/profiles/")
25+
async def home():
26+
return "We don't support other pages of steamcommunity.com <a href='/'>Back</a>"
27+
28+
1929
@app.route("/dl-workshop/<int:app_id>/<int:workshop_id>")
2030
async def download_workshop(app_id, workshop_id):
2131
path = await workshop_download(app_id, workshop_id)

0 commit comments

Comments
 (0)