Skip to content

Commit d9bca68

Browse files
committed
update
1 parent d1a5e35 commit d9bca68

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

main.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@ async def index():
1111
return redirect("/workshop/")
1212

1313

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+
1419
@app.route("/dl-workshop/<int:app_id>/<int:workshop_id>")
1520
async def download_workshop(app_id, workshop_id):
1621
path = await workshop_download(app_id, workshop_id)

0 commit comments

Comments
 (0)