|
@@ -49,7 +49,7 @@ def webhook_get_promoter():
|
|
|
cookie = random_item[0].decode('utf-8')
|
|
|
phone_num = int(random_item[1])
|
|
|
roll = ReturnPromoterInfoSpider().PromoterInfoSpiderHandler(promoterId, cookie)
|
|
|
- print(roll,'-----111-----{promoterId}'.format(promoterId=promoterId))
|
|
|
+ print(roll,'-----000-----{promoterId}'.format(promoterId=promoterId))
|
|
|
return roll
|
|
|
|
|
|
|