mirror of https://github.com/jumpserver/jumpserver
fix: 修复自动生成系统用户密码中包含 {{ 双字符时测试可连接性失败的问题
parent
732f0b55dc
commit
4fd7f0e949
|
@ -6,7 +6,7 @@ import socket
|
|||
import string
|
||||
|
||||
|
||||
string_punctuation = '!#$%&()*+,-.:;<=>?@[]^_{}~'
|
||||
string_punctuation = '!#$%&()*+,-.:;<=>?@[]^_~'
|
||||
|
||||
|
||||
def random_datetime(date_start, date_end):
|
||||
|
|
Loading…
Reference in New Issue