mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-09-17 07:49:01 +00:00
perf: string_punctuation remove > ^
This commit is contained in:
@@ -6,7 +6,7 @@ import socket
|
||||
import string
|
||||
import struct
|
||||
|
||||
string_punctuation = '!#$%&()*+,-.:;<=>?@[]^_~'
|
||||
string_punctuation = '!#$%&()*+,-.:;<=?@[]_~'
|
||||
|
||||
|
||||
def random_datetime(date_start, date_end):
|
||||
|
Reference in New Issue
Block a user