Skip to content

Commit

Permalink
Update generate.py
Browse files Browse the repository at this point in the history
  • Loading branch information
bossOfCode authored Aug 24, 2024
1 parent fbc6144 commit 4a3eb9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generate.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
UUIDTYP = getattr(uuid, f"uuid{VERSION}")
OUTPUT = ""

versions = ["uuid1", "uuid3", "uuid4", "uuid5"]
versions = ["1", "3", "4", "5"]
namespaces = ["DNS", "URL", "OID", "X500"]

def print_in_os(argument):
Expand Down

0 comments on commit 4a3eb9d

Please sign in to comment.