mirror of
https://github.com/evilhero/mylar
synced 2025-01-18 12:52:48 +00:00
FIX: (#668) pull list url changed again.
This commit is contained in:
parent
ea589b907a
commit
668cb7b5d6
1 changed files with 2 additions and 2 deletions
|
@ -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")
|
||||||
|
|
Loading…
Reference in a new issue