We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c76087 commit 6e14dc7Copy full SHA for 6e14dc7
rethinkdb/helpers.py
@@ -16,4 +16,4 @@ def chain_to_bytes(*strings):
16
def get_hostname_for_ssl_match(hostname):
17
match = re.match(r'^((?P<subdomain>[^\.]+)\.)?(?P<domain>[^\./]+\.[^/]+)/?.*$', hostname)
18
domain = match.group('domain')
19
- return '*.{domain}'.format(domain=domain) if match.group('subdomain') else domain
+ return '*.{domain}'.format(domain=domain) if match.group('subdomain') else domain
0 commit comments