wxp
Results
2
comments of
wxp
I think there is something wrong with args.trackers, it is a string and it should be list. ``` trackers = str(trackers) trackers = trackers.split(',') ```
> I think there is something wrong with args.trackers, it is a string and it should be list. > > trackers = str(trackers) > trackers = trackers.split(',') > I don't...