| Line 76... |
Line 76... |
| 76 |
AFFILIATE_OFFER_API= {1:"https://www.spicesafar.com/FreeBapp/fetchOffersSM?deviceId=%s&retailerCode=%d"}
|
76 |
AFFILIATE_OFFER_API= {1:"https://www.spicesafar.com/FreeBapp/fetchOffersSM?deviceId=%s&retailerCode=%d"}
|
| 77 |
AFFILIATE_OFFER_DESC_API = {1:"https://www.spicesafar.com/FreeBapp/individualOffersSM?deviceId=%s&offerId=%s&retailerCode=%d"}
|
77 |
AFFILIATE_OFFER_DESC_API = {1:"https://www.spicesafar.com/FreeBapp/individualOffersSM?deviceId=%s&offerId=%s&retailerCode=%d"}
|
| 78 |
CREDIT_TYPE_ORDER = "Order"
|
78 |
CREDIT_TYPE_ORDER = "Order"
|
| 79 |
CREDIT_TYPE_APP = "App"
|
79 |
CREDIT_TYPE_APP = "App"
|
| 80 |
SUB_CATEGORY_MAP = {7:'Memory Card',8:'Cable',9:'USB Lights',10:"Screen Magnifier",11:"Car Charger",12:"Power Bank",13:"Pendrive",14:"Combo",15:"Charger",16:"Bluetooth Headset",17:"Speaker", \
|
80 |
SUB_CATEGORY_MAP = {7:'Memory Card',8:'Cable',9:'USB Lights',10:"Screen Magnifier",11:"Car Charger",12:"Power Bank",13:"Pendrive",14:"Combo",15:"Charger",16:"Bluetooth Headset",17:"Speaker", \
|
| 81 |
18:"Adapter",19:"Cases",20:"Screen Guard",21:"Headphone",22:"Card Reader",23:"Mobile Holder",24:"AUX Cable",25:"OTG Cable",26:"Selfie Stick",27:"Carrying Case",28:"Tempered Glass",29:"Battery"}
|
81 |
18:"Adapter",19:"Cases",20:"Screen Guard",21:"Headphone",22:"Card Reader",23:"Mobile Holder",24:"AUX Cable",25:"OTG Cable",26:"Selfie Stick",27:"Carrying Case",28:"Tempered Glass",29:"Battery", \
|
| - |
|
82 |
30:"Usb Hub",31:"Portable Music Player"}
|
| 82 |
|
83 |
|
| 83 |
def get_mongo_connection(host='localhost', port=27017):
|
84 |
def get_mongo_connection(host='localhost', port=27017):
|
| 84 |
global con
|
85 |
global con
|
| 85 |
if con is None:
|
86 |
if con is None:
|
| 86 |
print "Establishing connection %s host and port %d" %(host,port)
|
87 |
print "Establishing connection %s host and port %d" %(host,port)
|