ManiMatter / decluttarr

Watches radarr, sonarr, lidarr, readarr and whisparr download queues and removes downloads if they become stalled or no longer needed.
GNU General Public License v3.0
99 stars 15 forks source link

Fix UnboundLocalError: 'qbitItems' referenced before assignment #88

Closed GaelMagnan closed 2 months ago

GaelMagnan commented 2 months ago

Error: UnboundLocalError: local variable 'qbitItems' referenced before assignment Happening at application start.

Application crash at startup if QBITTORRENT_URL is not set due to logger accessing un-assigned variable, by moving this log line into the if statement it should prevent the issue.

ManiMatter commented 2 months ago

Thank you for the contribution, much appreciated

GaelMagnan commented 2 months ago

My pleasure