1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2026-03-12 17:07:23 +01:00

Fix carddav url and file handling

This commit is contained in:
github@kiekerjan.isdronken.nl
2021-04-12 22:04:06 +02:00
parent 01ec2ab436
commit 40adef2261
2 changed files with 6 additions and 5 deletions

View File

@@ -50,7 +50,7 @@ def get_web_domains(env, include_www_redirects=True, exclude_dns_elsewhere=True)
# Sort the list so the nginx conf gets written in a stable order.
domains = sort_domains(domains, env)
return domains
def get_domains_with_a_records(env):