fix for string

This commit is contained in:
Florian Baumann 2022-01-03 17:21:18 +01:00
parent d41e88ff57
commit c5f27891cb

View File

@ -127,7 +127,7 @@ func Update() {
// TODO fetch new card // TODO fetch new card
updated_card, err := fetch_card(fmt.Sprintf("%s/%s", card.Set, card.CollectorNumber)) updated_card, err := fetch_card(fmt.Sprintf("%s/%d", card.Set, card.CollectorNumber))
if err != nil { if err != nil {
LogMessage(fmt.Sprintf("%v", err), "red") LogMessage(fmt.Sprintf("%v", err), "red")
continue continue