From 51bde50d7ad85d845fab33dab9fe6e59de9243d3 Mon Sep 17 00:00:00 2001 From: PAN Lei Date: Fri, 25 Mar 2022 18:04:31 +0100 Subject: [PATCH] export recent valid profiles --- export_valid_profiles.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/export_valid_profiles.py b/export_valid_profiles.py index 6ec7e9e..451e8f2 100644 --- a/export_valid_profiles.py +++ b/export_valid_profiles.py @@ -19,8 +19,7 @@ def get_random_id_number() -> str: def write_the_valid_profiles_to_excel(): - day_list = ['2022-03-04', '2022-03-07', '2022-03-08', '2022-03-09', '2022-03-10', '2022-03-11', '2022-03-14', - '2022-03-15', '2022-03-16'] + day_list = ['2022-03-24','2022-03-25'] collection = [] for day in day_list: @@ -36,7 +35,7 @@ def write_the_valid_profiles_to_excel(): contact = ContactPojo(reserve_pojo.phone, passport_number=get_random_id_number(), last_name=reserve_pojo.lastName, first_name=reserve_pojo.firstName, ccid="", mail=reserve_pojo.email, position=0) - seed = 8 # number of characters in the string. + # seed = 8 # number of characters in the string. # call random.choices() string module to find the string in Uppercase + numeric data. # contact.passport = get_random_id_number() # if contact.passport == None or len(contact.passport) == 0: