Fix already done trade detecation and e-mail address in deadswitch call

This commit is contained in:
2024-10-01 16:28:14 -05:00
parent b8b99a8a9e
commit bbb9d5dce6
5 changed files with 5 additions and 5 deletions

View File

@@ -37,7 +37,7 @@ done
if [[ -e temp/hadErrors.$$.tmp ]]; then
rm temp/hadErrors.$$.tmp
curl -d "" -X POST "https://deadswitch.kawomi.com/api/v1?topic=trade.schwab.error.recordAllSymbolsSingleRun&secs=1&email=joe@kawomi.com"
curl -s -d "" -X POST "https://deadswitch.kawomi.com/api/v1?topic=trade.schwab.error.recordAllSymbolsSingleRun&secs=1&email=joerg.tretter@gmail.com"
fi
log "Finished"