Subversion Repositories SmartDukaan

Rev

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

Rev 16545 Rev 16550
Line 1277... Line 1277...
1277
    
1277
    
1278
    def on_get(self, req, resp, retailerId, appId):
1278
    def on_get(self, req, resp, retailerId, appId):
1279
        retailerId = int(retailerId)
1279
        retailerId = int(retailerId)
1280
        appId = int(appId)
1280
        appId = int(appId)
1281
        result = Mongo.generateRedirectUrl(retailerId, appId)
1281
        result = Mongo.generateRedirectUrl(retailerId, appId)
1282
        resp.body = result
1282
        resp.body = str(result)
1283
        
1283
        
1284
 
1284
 
1285
def main():
1285
def main():
1286
    #tagActivatedReatilers()
1286
    #tagActivatedReatilers()
1287
    a = RetailerDetail()
1287
    a = RetailerDetail()