coder160 commited on
Commit
b7d96df
·
1 Parent(s): 0537c68
Files changed (1) hide show
  1. api/main.py +1 -1
api/main.py CHANGED
@@ -5,7 +5,7 @@ api = __main.api()
5
  def home() -> dict:
6
  __response=dict({"no_request_data"})
7
  try:
8
- __response['texto']=__main.obtener_texto(from_url=data.get('url'))
9
  except Exception as e:
10
  print(e)
11
  #To-do ->agregar mas información en el error fecha, usuario, reqs
 
5
  def home() -> dict:
6
  __response=dict({"no_request_data"})
7
  try:
8
+ __response['texto']= "hola"
9
  except Exception as e:
10
  print(e)
11
  #To-do ->agregar mas información en el error fecha, usuario, reqs