Second-Hand-Friends / kleinanzeigen-bot

A dilligent command line tool to publish ads on kleinanzeigen.de
GNU Affero General Public License v3.0
222 stars 47 forks source link

fix: ValueError when downloading ads without special_attributes #330

Closed Saghalt closed 2 months ago

Saghalt commented 2 months ago

*Issue https://github.com/Second-Hand-Friends/kleinanzeigen-bot/issues/323

Description of changes: At issue https://github.com/Second-Hand-Friends/kleinanzeigen-bot/issues/323 the ad_2827968602 had NO special_attributes. This broke down the for loop. -> Fixed by adding a check for items.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@sebthom: Kindly review and merge the PR

Saghalt commented 2 months ago

@sebthom: How to retrigger a failed build? On the first run the ubuntu build failed. I added a comment and triggered a rebuild.

sebthom commented 2 months ago

Thanks!!