new class for checkPhoneNumbers

This commit is contained in:
2022-03-10 21:27:10 +01:00
parent 22e3e63895
commit 7e945e1377
3 changed files with 28 additions and 2 deletions
-1
View File
@@ -218,6 +218,5 @@ if __name__ == '__main__':
init_logger()
logger = logging.getLogger()
logger.addHandler(logging.StreamHandler(stream=sys.stdout))
# read_all_the_phone_number()
start_listen()
start_book()