diff --git a/mylar/helpers.py b/mylar/helpers.py index 4e60d3a5..19a6684d 100755 --- a/mylar/helpers.py +++ b/mylar/helpers.py @@ -609,11 +609,12 @@ def ComicSort(comicorder=None,sequence=None,imported=None): comicorder['SortOrder'] = comicorderlist comicorder['LastOrderNo'] = i-1 comicorder['LastOrderID'] = comicorder['SortOrder'][i-1]['ComicID'] + if i < 0: i == 0 logger.info('Sucessfully ordered ' + str(i-1) + ' series in your watchlist.') return comicorder elif sequence == 'update': mylar.COMICSORT['SortOrder'] = comicorderlist - print ("i:" + str(i)) + #print ("i:" + str(i)) if i == 0: placemnt = 1 else: diff --git a/mylar/newpull.py b/mylar/newpull.py index 0e614e1e..334263b3 100755 --- a/mylar/newpull.py +++ b/mylar/newpull.py @@ -77,7 +77,7 @@ def newpull(): break if len(found_iss) > 0: pull_list.append({"iss_url": found_iss[0], - "name": found_iss[1], + "name": found_iss[1].findNext(text=True), "price": found_iss[2], "publisher": isspublisher, "ID" : urlID})