change 0.0.0.0 to localhost
This commit is contained in:
@ -28,7 +28,7 @@ password_types = [
|
||||
# Hash Record Functions
|
||||
#################################################
|
||||
HASH_FILE = Path("/opt/pwdgen/hash_record.txt")
|
||||
# Create the file if it doesn’t exist
|
||||
# Create the file if it doesn't exist
|
||||
if not HASH_FILE.exists():
|
||||
HASH_FILE.touch(exist_ok=True)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user