Skip to content

Commit

Permalink
update exception
Browse files Browse the repository at this point in the history
  • Loading branch information
mathanamathav committed May 5, 2022
1 parent 583d14d commit 54f323e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified __pycache__/bunker_mod.cpython-39.pyc
Binary file not shown.
2 changes: 1 addition & 1 deletion bunker_mod.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def data_json(data):
"""
here we convert the data to json format calculate the amount days we have to take leave.
"""
index_required = [0,1,4,5,8,9]
index_required = [0,1,4,7,8,9]
response_data = []
threshold = 0.75

Expand Down

0 comments on commit 54f323e

Please sign in to comment.