merge
This commit is contained in:
@@ -2,9 +2,9 @@ import datetime
|
|||||||
import logging
|
import logging
|
||||||
|
|
||||||
from pymongo import MongoClient
|
from pymongo import MongoClient
|
||||||
from pojo.ReserveResultPojo import ReserveResultPojo
|
|
||||||
from pojo.black_contact import BlackContactPojo
|
from src.pojo.ReserveResultPojo import ReserveResultPojo
|
||||||
from pojo.contact_pojo import ContactPojo
|
from src.pojo.contact_pojo import ContactPojo
|
||||||
|
|
||||||
MONGO_DB_URL = "mongo.lpaconsulting.fr"
|
MONGO_DB_URL = "mongo.lpaconsulting.fr"
|
||||||
CAPTCHA_ERROR_COLLECTION_PREFIX = "CAPTCHA_ERROR_"
|
CAPTCHA_ERROR_COLLECTION_PREFIX = "CAPTCHA_ERROR_"
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
import time
|
import time
|
||||||
from typing import Union
|
from typing import Union
|
||||||
|
|
||||||
from pojo.contact_pojo import ContactPojo
|
from src.pojo.contact_pojo import ContactPojo
|
||||||
|
|
||||||
|
|
||||||
class BlackContactPojo(ContactPojo):
|
class BlackContactPojo(ContactPojo):
|
||||||
|
|||||||
Reference in New Issue
Block a user