1
0
Fork 0
mirror of https://github.com/morpheus65535/bazarr synced 2024-12-23 00:03:33 +00:00
This commit is contained in:
Louis Vézina 2017-10-21 21:09:04 -04:00
parent fb655fb0c3
commit 4599811f81

View file

@ -2,10 +2,11 @@ from bottle import route, run, template, static_file, request, redirect
import bottle
bottle.debug(True)
bottle.TEMPLATES.clear()
import os
bottle.TEMPLATE_PATH.insert(0,os.path.join(os.path.dirname(__file__), 'views/'))
import sqlite3
import os
import itertools
import operator
import requests