Commit c1d8ac7c by Tu Nombre

error typo

1 parent 90d24e9e
Showing 1 changed file with 1 additions and 1 deletions
...@@ -113,7 +113,7 @@ def login(): ...@@ -113,7 +113,7 @@ def login():
except Exception as E: except Exception as E:
print(f"No se encontro usuariodesarrollo {E}") print(f"No se encontro usuariodesarrollo {E}")
try: try:
raise() #raise()
s = SI(SI.Chrome) s = SI(SI.Chrome)
r = make_response( r = make_response(
json.dumps( json.dumps(
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!