use more contacts
This commit is contained in:
@@ -62,7 +62,7 @@ def get_proxy(proxy_type=ProxyType.RESIDENTIAL):
|
||||
|
||||
if __name__ == '__main__':
|
||||
# 修改联系人行,结束联系人行 第三个参数store等于0的时候是随机,传入1的时候是总店
|
||||
start_book(2, 2000, store_choose_state=0, mode=ModeEnum.AUTOMATIC, headless=False, max_workers=30,
|
||||
start_book(1, 4000, store_choose_state=0, mode=ModeEnum.AUTOMATIC, headless=False, max_workers=50,
|
||||
proxy_type=ProxyType.RESIDENTIAL)
|
||||
# start_book(828, 857, store_choose_state=1, mode=ModeEnum.AUTOMATIC, headless=True)
|
||||
# start_book(1210, 1211, store_choose_state=1, mode=ModeEnum.AUTOMATIC, headless=False, max_workers=3,
|
||||
|
||||
@@ -120,14 +120,14 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign="top" style="padding-top: 15px;">You will be welcomed
|
||||
on Dec 11, 2022 in our store at 24 Faubourg Saint-Honoré at
|
||||
3:25 PM.
|
||||
on Dec 12, 2022 in our store at 24 Faubourg Saint-Honoré at
|
||||
12:10 PM.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign="top" style="padding-top: 15px;">The given hour might
|
||||
be subject to change. Please kindly follow up on your
|
||||
appointment status on <a href="https://rendezvousparis.hermes.com/client/M6N2TZ">https://rendezvousparis.hermes.com/client/M6N2TZ</a>
|
||||
appointment status on <a href="https://rendezvousparis.hermes.com/client/PXHT97">https://rendezvousparis.hermes.com/client/PXHT97</a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
||||
@@ -11,8 +11,8 @@ mailjet = Client(auth=(api_key, api_secret), version='v3.1')
|
||||
from_email = "panleicim@gmail.com"
|
||||
store = "Hermès Paris Faubourg"
|
||||
# store = "Hermès Paris George V"
|
||||
dest_email = "124652097@qq.com"
|
||||
contact_name = "WEI junhong"
|
||||
dest_email = "928490803@qq.com"
|
||||
contact_name = "LAI zhixiang"
|
||||
|
||||
f = open(config.ROOT_DIR + "/templates/confirmed_rdv.html", "r")
|
||||
email_body = f.read()
|
||||
|
||||
Reference in New Issue
Block a user