forked from indymedia/epicyon
Tidying
parent
897759e415
commit
691af249ba
|
@ -7929,7 +7929,7 @@ def runDaemon(blogsInstance: bool, mediaInstance: bool,
|
||||||
httpd.translate = loadJson(translationsFile)
|
httpd.translate = loadJson(translationsFile)
|
||||||
if not httpd.translate:
|
if not httpd.translate:
|
||||||
print('ERROR: no translations loaded from ' + translationsFile)
|
print('ERROR: no translations loaded from ' + translationsFile)
|
||||||
sys.exit()
|
sys.exit()
|
||||||
|
|
||||||
if registration == 'open':
|
if registration == 'open':
|
||||||
httpd.registration = True
|
httpd.registration = True
|
||||||
|
|
Loading…
Reference in New Issue