cyberandy commited on
Commit
f49a2a9
·
verified ·
1 Parent(s): 9c513a1
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -13,9 +13,7 @@ nest_asyncio.apply()
13
  # Constants
14
  REPORT_TYPE = "research_report" # Fixed report type
15
  PREDEFINED_SOURCES = [
16
- "https://hexdocs.pm/google_api_content_warehouse/",
17
- "https://ipullrank.com/google-algo-leak",
18
- "https://sparktoro.com/blog/an-anonymous-source-shared-thousands-of-leaked-google-search-api-documents-with-me-everyone-in-seo-should-see-them/"]
19
 
20
  async def fetch_report(query, report_type, sources):
21
  """
 
13
  # Constants
14
  REPORT_TYPE = "research_report" # Fixed report type
15
  PREDEFINED_SOURCES = [
16
+ "https://hexdocs.pm/google_api_content_warehouse/"]
 
 
17
 
18
  async def fetch_report(query, report_type, sources):
19
  """