mirror of
https://github.com/morpheus65535/bazarr.git
synced 2025-04-24 06:37:16 -04:00
core: fix ConfigParser import
This commit is contained in:
parent
10c7012c18
commit
e61af7850b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue