diff --git a/app.py b/app.py index 10a7436..aea3af5 100644 --- a/app.py +++ b/app.py @@ -23,7 +23,7 @@ def nightly(): @app.route('/agegate') def agegate(): - url = request.args.get("url", default=None) + url = request.args.get("to", default=None) try: if urlparse(url).netloc and urlparse(url).netloc[-9:] != "crux.sexy":