Kivy - General fixes/improvements #2281
@ -4,7 +4,10 @@ from pybitmessage.bmconfigparser import config
|
|||||||
|
|
||||||
def loadConfig():
|
def loadConfig():
|
||||||
"""Loading mock test data"""
|
"""Loading mock test data"""
|
||||||
config.read(os.path.join(os.environ['BITMESSAGE_HOME'], 'keys.dat'))
|
try:
|
||||||
|
config.read(os.path.join(os.environ['BITMESSAGE_HOME'], 'keys.dat'))
|
||||||
|
except KeyError:
|
||||||
|
pass
|
||||||
|
|
||||||
|
|
||||||
def total_encrypted_messages_per_month():
|
def total_encrypted_messages_per_month():
|
||||||
|
Reference in New Issue
Block a user