Skip to content

Commit

Permalink
Version 0.51. See CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Git committed Oct 15, 2023
1 parent e9faa60 commit 76c6934
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions certificate/certificateModule.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,10 +85,10 @@ def getCertificate(self, __hostinfo: dict) -> dict:
"connectionCipher": None,
}

# Lets get a timestamp for this attempt
timeNow = datetime.datetime.utcnow().replace(microsecond=0)
# Lets get a timestamp for this attempt
timeNow = datetime.datetime.utcnow().replace(microsecond=0)

try:
try:
# Create a new socket.
with socket.socket() as sock:
# Set timeout value for socket to 10 seconds.
Expand Down

0 comments on commit 76c6934

Please sign in to comment.