- Separate getting option chains from recording
- Add checking for market open - Remove SPX from recording - Hopefully precent the refresh token from being overwritten sometimes
This commit is contained in:
@@ -89,8 +89,11 @@ EOM
|
||||
|
||||
systemd-cat -t "`basename $0` $1" -p debug <<< "Order: _${orderJson}_"
|
||||
|
||||
echo Enter to continue, Ctrl+C to cancel
|
||||
read
|
||||
if [[ "${noconfirm}" != "true" ]]; then
|
||||
echo Enter to continue, Ctrl+C to cancel _${noconfirm}_
|
||||
read
|
||||
fi
|
||||
|
||||
./getNewAccessToken.sh
|
||||
|
||||
curl -s -X POST \
|
||||
|
||||
Reference in New Issue
Block a user