Core will no longer start without this change if you have check for new version enabled.

bzr-revno: 2236
This commit is contained in:
Tim Bentley 2013-04-21 09:17:49 +02:00 committed by Andreas Preikschat
commit ba6cbc715f
1 changed files with 1 additions and 1 deletions

View File

@ -185,7 +185,7 @@ def check_latest_version(current_version):
version_string = current_version[u'full']
# set to prod in the distribution config file.
settings = Settings()
settings.beginGroup(u'general')
settings.beginGroup(u'core')
last_test = settings.value(u'last version test')
this_test = unicode(datetime.now().date())
settings.setValue(u'last version test', this_test)