FIX: (#668) pull list url changed again.

This commit is contained in:
evilhero 2014-04-21 10:50:44 -04:00
parent ea589b907a
commit 668cb7b5d6
1 changed files with 2 additions and 2 deletions

View File

@ -53,8 +53,8 @@ def pullit(forcecheck=None):
logger.info(u"No pullist found...I'm going to try and get a new list now.") logger.info(u"No pullist found...I'm going to try and get a new list now.")
pulldate = '00000000' pulldate = '00000000'
if pulldate is None: pulldate = '00000000' if pulldate is None: pulldate = '00000000'
PULLURL = 'http://www.previewsworld.com/shipping/prevues/newreleases.txt' #PULLURL = 'http://www.previewsworld.com/shipping/prevues/newreleases.txt'
#PULLURL = 'http://www.previewsworld.com/Archive/GetFile/1/1/71/994/081512.txt' PULLURL = 'http://www.previewsworld.com/shipping/newreleases.txt'
#Prepare the Substitute name switch for pulllist to comic vine conversion #Prepare the Substitute name switch for pulllist to comic vine conversion
substitutes = os.path.join(mylar.DATA_DIR,"substitutes.csv") substitutes = os.path.join(mylar.DATA_DIR,"substitutes.csv")