mirror of
https://github.com/morpheus65535/bazarr.git
synced 2025-01-10 08:47:52 +08:00
Fix for #85
This commit is contained in:
parent
1c6a427b5a
commit
933e4e413f
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ import os
|
|||
import sys
|
||||
reload(sys)
|
||||
sys.setdefaultencoding('utf8')
|
||||
sys.path.insert(0, os.path.join(config_dir, 'libs/'))
|
||||
sys.path.insert(0, os.path.join(os.path.dirname(__file__), 'libs/'))
|
||||
|
||||
import sqlite3
|
||||
from init_db import *
|
||||
|
|
Loading…
Reference in a new issue