Subversion Repositories SmartDukaan

Rev

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

Rev 14320 Rev 14321
Line 279... Line 279...
279
 
279
 
280
def main():
280
def main():
281
    store = getStore(1)
281
    store = getStore(1)
282
        
282
        
283
    #store.parseOrderRawHtml(1, 'saad', '2123221', readSSh('/tmp/User8/2015-03-02 12:51:59.545557'), 'https://www.amazon.in/gp/css/summary/edit.html?orderID=12212')
283
    #store.parseOrderRawHtml(1, 'saad', '2123221', readSSh('/tmp/User8/2015-03-02 12:51:59.545557'), 'https://www.amazon.in/gp/css/summary/edit.html?orderID=12212')
284
    store.trackOrdersForUser(8,'https://www.amazon.in/gp/css/order-history', readSSh('/tmp/User2/2015-03-02 23:02:16.531611'))
284
    store.trackOrdersForUser(8,'https://www.amazon.in/gp/css/order-history', readSSh('/tmp/User2/2015-03-03 00:29:40.165513'))
285
 
285
 
286
def readSSh(fileName):
286
def readSSh(fileName):
287
    try:
287
    try:
288
            str1 = open(fileName).read()
288
            str1 = open(fileName).read()
289
            return str1
289
            return str1