Yakova commited on
Commit
cd8dd1d
·
verified ·
1 Parent(s): 57be94b

Update App/routers/stocks/utils.py

Browse files
Files changed (1) hide show
  1. App/routers/stocks/utils.py +1 -1
App/routers/stocks/utils.py CHANGED
@@ -38,7 +38,7 @@ class AsyncCurlCffiDividendScraper:
38
  SEARCH_API_URL = "https://api.investing.com/api/search/v2/search"
39
  # Choose an impersonation profile. "chrome" is a good default.
40
  # You can also use specific versions like "chrome124"
41
- IMPERSONATE_PROFILE = "realworld"
42
 
43
  def __init__(self):
44
  self.headers = {
 
38
  SEARCH_API_URL = "https://api.investing.com/api/search/v2/search"
39
  # Choose an impersonation profile. "chrome" is a good default.
40
  # You can also use specific versions like "chrome124"
41
+ IMPERSONATE_PROFILE = "chrome"
42
 
43
  def __init__(self):
44
  self.headers = {