change 0.0.0.0 to localhost

This commit is contained in:
2026-03-24 16:30:46 -07:00
parent ec2fd3ac06
commit 7cd39319f6
5 changed files with 17 additions and 17 deletions

View File

@ -28,7 +28,7 @@ password_types = [
# Hash Record Functions
#################################################
HASH_FILE = Path("/opt/pwdgen/hash_record.txt")
# Create the file if it doesnt exist
# Create the file if it doesn't exist
if not HASH_FILE.exists():
HASH_FILE.touch(exist_ok=True)