debug
This commit is contained in:
parent
85920cc59a
commit
a66c68a763
1
bot.go
1
bot.go
@ -736,6 +736,7 @@ func botVault(m *tb.Message, itemTypeList []int64) {
|
||||
p.ItemTypeListID64 = append(p.ItemTypeListID64, itemTypeList...)
|
||||
|
||||
b, _ := json.Marshal(p)
|
||||
log.Printf("botVault:\n%s\n", string(b))
|
||||
t := time.Now().UTC()
|
||||
_, err := createJob(objSubTypeJobVaultStatus, objJobPriority, int64(m.Sender.ID), 0, t, b)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user