cyberandy commited on
Commit
9c513a1
·
verified ·
1 Parent(s): f3bcf1a
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -14,8 +14,8 @@ nest_asyncio.apply()
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
- ]
19
 
20
  async def fetch_report(query, report_type, sources):
21
  """
 
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
  """