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