Skip to content

Commit

Permalink
[MOSIP-29854] updated script on update branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Mahesh-Binayak committed Jan 19, 2024
1 parent 9e26907 commit d4a17d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DataBreachDetector/databreachdetector.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def is_valid_mobile_number(phone_number):
minio_bucket_name = os.environ.get('s3-bucket-name')

# If environment variables are not set, read from db.properties file
if not all([db_server, db_port, db_user, db_password, minio_host, minio_region, minio_user_key, minio_user_secret, minio_bucket_name]):
if not all([db_server, db_port, db_user, db_password, minio_host, minio_user_key, minio_user_secret, minio_bucket_name]):
config = ConfigParser()
config.read('db.properties')

Expand Down

0 comments on commit d4a17d1

Please sign in to comment.