default -> main

This commit is contained in:
Alexandre Aubin 2020-09-23 22:14:42 +02:00 committed by GitHub
parent 5a905769dc
commit 8f776d23fc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -63,7 +63,7 @@ def domain_list(exclude_subdomains=False):
return {
'domains': result_list,
'default': _get_maindomain()
'main': _get_maindomain()
}