bypass BITMESSAGE_HOME
This commit is contained in:
parent
e6693d5eb2
commit
df3224dab3
@ -4,7 +4,10 @@ from pybitmessage.bmconfigparser import config
|
||||
|
||||
def loadConfig():
|
||||
"""Loading mock test data"""
|
||||
try:
|
||||
config.read(os.path.join(os.environ['BITMESSAGE_HOME'], 'keys.dat'))
|
||||
except KeyError:
|
||||
pass
|
||||
|
||||
|
||||
def total_encrypted_messages_per_month():
|
||||
|
Reference in New Issue
Block a user