1
0
Fork 0
mirror of https://github.com/morpheus65535/bazarr synced 2025-03-04 02:18:12 +00:00

core: fix ConfigParser import

This commit is contained in:
panni 2019-01-15 13:52:37 +01:00
parent 10c7012c18
commit e61af7850b

View file

@ -6,7 +6,7 @@ import logging
import time
from cork import Cork
from configparser import ConfigParser
from ConfigParser import ConfigParser
from config import settings
from check_update import check_releases
from get_args import args