Removed commented config check and added module docstring

This commit is contained in:
Dmitri Bogomolov 2018-10-05 12:32:09 +03:00
parent e417b6257f
commit 6969ec0ec9
Signed by untrusted user: g1itch
GPG Key ID: 720A756F18DEED13
1 changed files with 4 additions and 5 deletions

View File

@ -1,7 +1,10 @@
"""
Manipulations with knownNodes dictionary.
"""
import json
import os
import pickle
# import sys
import threading
import time
@ -106,10 +109,6 @@ def readKnownNodes():
createDefaultKnownNodes()
config = BMConfigParser()
# if config.safeGetInt('bitmessagesettings', 'settingsversion') > 10:
# sys.exit(
# 'Bitmessage cannot read future versions of the keys file'
# ' (keys.dat). Run the newer version of Bitmessage.')
# your own onion address, if setup
onionhostname = config.safeGet('bitmessagesettings', 'onionhostname')