fix refs for default templates (#944)

This commit is contained in:
Tom Kralidis
2022-07-21 19:18:53 -04:00
committed by GitHub
parent 3490b5e18d
commit 34cae57f4e
+1 -1
View File
@@ -602,7 +602,7 @@ class API:
self.default_locale = self.locales[0]
if 'templates' not in self.config['server']:
self.config['server']['templates'] = TEMPLATES
self.config['server']['templates'] = {'path': TEMPLATES}
if 'pretty_print' not in self.config['server']:
self.config['server']['pretty_print'] = False