Explorar el Código

Fix argument name

master
Fen Dweller hace 4 años
padre
commit
92df1e183c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      app.py

+ 1
- 1
app.py Ver fichero

@@ -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":


Cargando…
Cancelar
Guardar