fix: 修复自动生成系统用户密码中包含 {{ 双字符时测试可连接性失败的问题

pull/7073/head v2.11.3
Bai 2021-06-29 12:54:25 +08:00 committed by Jiangjie.Bai
parent c69fe238c7
commit 3cd33e9e28
1 changed files with 1 additions and 1 deletions

View File

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