Skip to content

Commit f15e17e

Browse files
committed
Update main.py
1 parent af417a2 commit f15e17e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

getwvkeys/main.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -658,12 +658,12 @@ def downloadfile_old(file):
658658
return redirect("/scripts/{}".format(file), 301)
659659

660660

661-
@app.route("/wv")
661+
@app.route("/wv", methods=["GET", "POST"])
662662
def wv():
663663
return redirect("/api", 301)
664664

665665

666-
@app.route("/pywidevine")
666+
@app.route("/pywidevine", methods=["GET", "POST"])
667667
def pywidevine():
668668
return redirect("/api", 301)
669669

0 commit comments

Comments
 (0)