main
Bob Mottram 2020-06-12 22:41:32 +01:00
parent 897759e415
commit 691af249ba
1 changed files with 1 additions and 1 deletions

View File

@ -7929,7 +7929,7 @@ def runDaemon(blogsInstance: bool, mediaInstance: bool,
httpd.translate = loadJson(translationsFile)
if not httpd.translate:
print('ERROR: no translations loaded from ' + translationsFile)
sys.exit()
sys.exit()
if registration == 'open':
httpd.registration = True