ccf-2012 / seedcross

cross-seed utility with web interface
178 stars 14 forks source link

Only first listed indexer is checked #18

Open sage2050 opened 2 years ago

sage2050 commented 2 years ago

when listing specific indexers only the first one in the list is checked for duplicate

sage2050 commented 2 years ago

found it split delimeter should be (", ") or the gui should specify not to use a space

edit: better yet remove the whitespace with idlist = [trackers.strip() for trackers in self.process_param.trackers.split(',')]