rename test_cipher as it will break unit tests
This commit is contained in:
parent
039451bcfb
commit
710fe14190
3 changed files with 3 additions and 3 deletions
|
@ -54,7 +54,7 @@ def main():
|
|||
else:
|
||||
config['port_password'][str(server_port)] = config['password']
|
||||
|
||||
encrypt.test_cipher(config['password'], config['method'])
|
||||
encrypt.try_cipher(config['password'], config['method'])
|
||||
tcp_servers = []
|
||||
udp_servers = []
|
||||
dns_resolver = asyncdns.DNSResolver()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue