This commit is contained in:
shoopea 2019-10-11 15:48:20 +08:00
parent bdcb7a25be
commit 5e9abeb82c

1
job.go
View File

@ -978,6 +978,7 @@ func jobVaultStatus(j Job) {
out = fmt.Sprintf("%s,/code><pre>-5d</pre>\n", out, depositList[i]-withdrawList[i])
}
}
log.Printf("Vault Status :\n%s", out)
c := TGCommand{
Type: commandReplyMsg,
Text: out,