Skip to content

Commit 0443c80

Browse files
committed
bug fix
1 parent f15e17e commit 0443c80

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
@@ -660,12 +660,12 @@ def downloadfile_old(file):
660660

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

665665

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

670670

671671
def main():

0 commit comments

Comments
 (0)