forked from openlp/openlp
Fix Logging exception in check_version
This commit is contained in:
parent
cc71923682
commit
0273fd508f
@ -35,7 +35,7 @@ from openlp.core.resources import qInitResources
|
||||
from openlp.core.ui import MainWindow, SplashScreen
|
||||
from openlp.core.utils import ConfigHelper
|
||||
|
||||
log = logging.getLogger()
|
||||
log = logging.getLogger(__name__)
|
||||
|
||||
class OpenLP(QtGui.QApplication):
|
||||
"""
|
||||
|
@ -28,6 +28,8 @@ from datetime import datetime
|
||||
from registry import Registry
|
||||
from confighelper import ConfigHelper
|
||||
|
||||
log = logging.getLogger()
|
||||
|
||||
__all__ = ['Registry', 'ConfigHelper']
|
||||
|
||||
def check_latest_version(config, current_version):
|
||||
|
Loading…
Reference in New Issue
Block a user