diff --git a/pia-script.py b/pia-script.py index 2eb810a..ef54de8 100755 --- a/pia-script.py +++ b/pia-script.py @@ -182,8 +182,6 @@ def generate_client_id (random_bytes_length) -> str: hash_generator.update (random_byte_string) hash_string = hash_generator.hexdigest () - hash_string = hash_string.replace ('-', ' ') - debug_print ("Generated client ID: %s" %hash_string) return hash_string