mirror of
https://github.com/jumpserver/jumpserver.git
synced 2026-01-29 21:51:31 +00:00
fix: 修复自动生成系统用户密码中包含 {{ 双字符时测试可连接性失败的问题
This commit is contained in:
@@ -6,7 +6,7 @@ import socket
|
||||
import string
|
||||
|
||||
|
||||
string_punctuation = '!#$%&()*+,-.:;<=>?@[]^_{}~'
|
||||
string_punctuation = '!#$%&()*+,-.:;<=>?@[]^_~'
|
||||
|
||||
|
||||
def random_datetime(date_start, date_end):
|
||||
|
||||
Reference in New Issue
Block a user