We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent babde7f commit dd20ea1Copy full SHA for dd20ea1
1 file changed
internal/bot/notification.go
@@ -24,7 +24,7 @@ func updateEntityPrices() {
24
// For each price agent, update prices and store updated prices in the entity in the database.
25
// Also update price history with the new prices.
26
for _, entity := range allEntities {
27
- log.Println("Updating prices for:", entity.Name)
+ log.Println("Updating prices for:", entity.URL)
28
29
// If there are two price agents with the same entity, we currently fetch it twice
30
updatedEntity, updateErr := geizhals.UpdateEntity(entity)
0 commit comments