reset the correct url

This commit is contained in:
Lei PAN
2022-06-02 15:04:49 +02:00
parent 69412fa942
commit f3694ef8ee
+2 -2
View File
@@ -15,10 +15,10 @@ from pojo.ReserveResultPojo import ReserveResultPojo, PublishType
from pojo.contact_pojo import ContactPojo
from workers.SolveCaptch import SolveCaptcha
# RDV_URL = "https://rendezvousparis.hermes.com/client/register"
RDV_URL = "https://rendezvousparis.hermes.com/client/register"
# RDV_URL = "file:///Users/lpan/Downloads/test_appointment.html"
RDV_URL = "https://api.ipify.org"
# RDV_URL = "https://api.ipify.org"
# RDV_URL ="https://bot.sannysoft.com/"
REGEX_RDV_URL = "https:\/\/rendezvousparis\.hermes\.com\/client\/register\/[A-Z0-9]+"
otp_value = None