perf: string_punctuation remove > ^

This commit is contained in:
feng
2025-07-17 12:54:59 +08:00
committed by ZhaoJiSen
parent 6095c9865f
commit d1d6f3fe9c
2 changed files with 3 additions and 2 deletions

View File

@@ -6,7 +6,7 @@ import socket
import string
import struct
string_punctuation = '!#$%&()*+,-.:;<=>?@[]^_~'
string_punctuation = '!#$%&()*+,-.:;<=?@[]_~'
def random_datetime(date_start, date_end):