fix
This commit is contained in:
parent
c2dae20d7b
commit
4873af1673
@ -1 +1 @@
|
||||
0.6.8
|
||||
0.6.9
|
||||
@ -3,6 +3,7 @@
|
||||
is_business_day() {
|
||||
dt=${1}
|
||||
|
||||
CalendarURL=http://cloud16.cvtt.vpn:8000/api/v1/markets/hours?mic=XNYS
|
||||
open_time=$(curl -s "${CalendarURL}&start=${dt}&end=${dt}" | jq '.[] | .open_time')
|
||||
if [ -n "${open_time}" ]; then
|
||||
return 0
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user