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 0a10402 commit 73d43b9Copy full SHA for 73d43b9
News_App/Newsapp.py
@@ -6,7 +6,7 @@
6
from patterns import Company_Name
7
from datetime import datetime as date,timedelta
8
9
-srart_date = date.today()
+start_date = date.today()
10
end_date = date.today() + timedelta(days=1)
11
12
@@ -32,7 +32,7 @@ def News(symbol):
32
except:
33
pass
34
except Exception as e:
35
- sr.Markdown(e)
+ sr.Markdown(str(e))
36
sr.Markdown("No news available")
37
38
0 commit comments