zvl commited on
Commit
a36c5e4
·
verified ·
1 Parent(s): 94ad18c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -39,8 +39,7 @@ def buscar_datos_gob(term: str, category: str = None, format: str = "json", page
39
  }
40
 
41
  headers = {
42
- "Accept": f"application/{format}",
43
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/110.0.0.0 Safari/537.36"
44
  }
45
 
46
  try:
 
39
  }
40
 
41
  headers = {
42
+ "Accept": f"application/{format}"
 
43
  }
44
 
45
  try: