mirror of
https://github.com/morpheus65535/bazarr
synced 2024-12-26 01:27:07 +00:00
Fix for #85
This commit is contained in:
parent
933e4e413f
commit
9b59368b06
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ from update_modules import *
|
||||||
|
|
||||||
from bottle import route, run, template, static_file, request, redirect, response, HTTPError
|
from bottle import route, run, template, static_file, request, redirect, response, HTTPError
|
||||||
import bottle
|
import bottle
|
||||||
bottle.TEMPLATE_PATH.insert(0, os.path.join(config_dir, 'views/'))
|
bottle.TEMPLATE_PATH.insert(0, os.path.join(os.path.dirname(__file__), 'views/'))
|
||||||
bottle.debug(True)
|
bottle.debug(True)
|
||||||
bottle.TEMPLATES.clear()
|
bottle.TEMPLATES.clear()
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue