Skip to content

Commit

Permalink
Update Lib/email/utils.py
Browse files Browse the repository at this point in the history
Co-authored-by: Adam Turner <[email protected]>
  • Loading branch information
AlexWaygood and AA-Turner authored Oct 3, 2023
1 parent bcaeb4c commit b387dcd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Lib/email/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,7 @@ def make_msgid(idstring=None, domain=None):
import os
import random
import socket

timeval = int(time.time()*100)
pid = os.getpid()
randint = random.getrandbits(64)
Expand Down

0 comments on commit b387dcd

Please sign in to comment.