Subversion Repositories SmartDukaan

Rev

Rev 12490 | Rev 12492 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 12490 Rev 12491
Line 1925... Line 1925...
1925
        exceptionList[:], negativeMargin[:], cheapest[:], amongCheapestAndCanCompete[:], canCompete[:], almostCompete[:], cantCompete[:] =[],[],[],[],[],[],[]
1925
        exceptionList[:], negativeMargin[:], cheapest[:], amongCheapestAndCanCompete[:], canCompete[:], almostCompete[:], cantCompete[:] =[],[],[],[],[],[],[]
1926
    autoDecreaseItems = fetchItemsForAutoDecrease(timestamp)
1926
    autoDecreaseItems = fetchItemsForAutoDecrease(timestamp)
1927
    autoIncreaseItems = fetchItemsForAutoIncrease(timestamp)
1927
    autoIncreaseItems = fetchItemsForAutoIncrease(timestamp)
1928
    previousAutoFav, nowAutoFav = markAutoFavourites(timestamp)
1928
    previousAutoFav, nowAutoFav = markAutoFavourites(timestamp)
1929
    writeReport(timestamp,autoDecreaseItems,autoIncreaseItems,previousAutoFav,nowAutoFav,options.runType)
1929
    writeReport(timestamp,autoDecreaseItems,autoIncreaseItems,previousAutoFav,nowAutoFav,options.runType)
1930
    sendAutoPricingMail(successfulAutoDecrease,successfulAutoIncrease)
1930
    sendAutoPricingMail(autoDecreaseItems,autoIncreaseItems)
1931
if __name__=='__main__':
1931
if __name__=='__main__':
1932
    main()
1932
    main()
1933
1933