mirror of
https://github.com/morpheus65535/bazarr
synced 2024-12-23 08:13:14 +00:00
Test
This commit is contained in:
parent
fb655fb0c3
commit
4599811f81
1 changed files with 2 additions and 1 deletions
|
@ -2,10 +2,11 @@ from bottle import route, run, template, static_file, request, redirect
|
||||||
import bottle
|
import bottle
|
||||||
bottle.debug(True)
|
bottle.debug(True)
|
||||||
bottle.TEMPLATES.clear()
|
bottle.TEMPLATES.clear()
|
||||||
|
|
||||||
|
import os
|
||||||
bottle.TEMPLATE_PATH.insert(0,os.path.join(os.path.dirname(__file__), 'views/'))
|
bottle.TEMPLATE_PATH.insert(0,os.path.join(os.path.dirname(__file__), 'views/'))
|
||||||
|
|
||||||
import sqlite3
|
import sqlite3
|
||||||
import os
|
|
||||||
import itertools
|
import itertools
|
||||||
import operator
|
import operator
|
||||||
import requests
|
import requests
|
||||||
|
|
Loading…
Reference in a new issue