mirror of
https://github.com/moparisthebest/SickRage
synced 2024-12-12 11:02:21 -05:00
forgot to remove print
This commit is contained in:
parent
ac82e32b98
commit
2af5b95a9d
@ -1976,8 +1976,6 @@ class NewHomeAddShows:
|
||||
# check for indexer preset
|
||||
indexers = sickbeard.indexerApi().indexers if not int(indexer) else [int(indexer or 0)]
|
||||
|
||||
print repr(indexers)
|
||||
|
||||
# Query Indexers for each search term and build the list of results
|
||||
for indexer in indexers:
|
||||
results = []
|
||||
|
Loading…
Reference in New Issue
Block a user