Skip to content

Commit

Permalink
Remove unessecary string replace
Browse files Browse the repository at this point in the history
  • Loading branch information
kgillibrand committed Feb 6, 2017
1 parent 5fe26ba commit 38c6925
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pia-script.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 38c6925

Please sign in to comment.