Update App/routers/stocks/utils.py
Browse files
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 = "
|
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 = {
|