Skip to content

Commit

Permalink
v1.3 public
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonynikhilreddy committed May 5, 2020
1 parent b916c64 commit 001a3a5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Binary file modified func/__pycache__/func.cpython-38.pyc
Binary file not shown.
3 changes: 3 additions & 0 deletions func/func.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,9 @@ def disp_panel(state):
active_cases_until_today=(todos['statewise'][i]['active'])
deaths_until_today=(todos['statewise'][i]['deaths'])
recovered_until_today=(todos['statewise'][i]['recovered'])
delta_total_cases_until_today=(todos['statewise'][i]['deltaconfirmed'])
delta_deaths_until_today=(todos['statewise'][i]['deltadeaths'])
delta_recovered_until_today=(todos['statewise'][i]['deltarecovered'])
break
panel = html.Div([
html.H4(state),
Expand Down

0 comments on commit 001a3a5

Please sign in to comment.