We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13daf91 commit c39f126Copy full SHA for c39f126
wifi_finance.py
@@ -30,8 +30,8 @@ def wifi_finance():
30
#TEXT_URL = "https://www.moneycontrol.com/us-markets"
31
#search_string = '<!-- -->Nasdaq<!-- -->'
32
33
- TEXT_URL = "https://www.google.com/search?q=nasdaq+%3Cspan%20class="x x-first x-last">price&oq=nasdaq+price++"
34
- search_string = 'Nasdaq Inc'
+ TEXT_URL = "https://www.google.com/search?q=nasdaq+%3Cspan%20class="x x-first x-last">index+price"
+ search_string = 'Nasdaq Composite'
35
36
#headers = {"user-agent": "RetiredWizard@"+implementation.name.lower()+uname()[2]}
37
0 commit comments