We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1a5e35 commit d9bca68Copy full SHA for d9bca68
main.py
@@ -11,6 +11,11 @@ async def index():
11
return redirect("/workshop/")
12
13
14
+@app.route("/login/home/")
15
+async def login():
16
+ return "We don't allow cross login to steamcommunity.com <a href='/'>Back</a>"
17
+
18
19
@app.route("/dl-workshop/<int:app_id>/<int:workshop_id>")
20
async def download_workshop(app_id, workshop_id):
21
path = await workshop_download(app_id, workshop_id)
0 commit comments