Skip to content

Commit de05577

Browse files
committed
Read keys.dat in sql_thread
1 parent d344329 commit de05577

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/class_sqlThread.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ def run(self): # pylint: disable=too-many-locals, too-many-branches, too-many-s
9595
# the settings version to 4.
9696
if state.appdata:
9797
BMConfigParser().read(state.appdata + 'keys.dat')
98-
98+
9999
settingsversion = BMConfigParser().getint(
100100
'bitmessagesettings', 'settingsversion')
101101

0 commit comments

Comments
 (0)