Commit 5308a5ee by Tu Nombre

Error en carpeta protegida

1 parent 31832663
Showing 1 changed file with 2 additions and 1 deletions
#-*- coding: utf-8 -*- #-*- coding: utf-8 -*-
from flask import Flask, render_template, request, url_for, make_response, redirect from flask import Flask, render_template, request, url_for, make_response, redirect
from flask import send_from_directory, abort
from iselenium import SeleniumInterface as SI from iselenium import SeleniumInterface as SI
import random, json, os, datetime, ingenieros,apollo, fosadiaria import random, json, os, datetime, ingenieros,apollo, fosadiaria
import configuracion import configuracion
...@@ -68,7 +69,7 @@ def historico(): ...@@ -68,7 +69,7 @@ def historico():
bypass = False bypass = False
) )
@app.route('/login', methods = ['GET', 'POST']) @app.route('/login', methods = ['GET', 'POST'])
def login(): def login():
if request.method == "GET": if request.method == "GET":
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!