This repository has been archived on 2024-12-13. You can view files and clone it, but cannot push or open issues or pull requests.
PyBitmessage-2024-12-13/src/mockbm/helper_startup.py
2024-03-22 08:54:15 +00:00

14 lines
352 B
Python

import os
from pybitmessage.bmconfigparser import config
def loadConfig():
"""Loading mock test data"""
config.read(os.path.join(os.environ['BITMESSAGE_HOME'], 'keys.dat'))
def total_encrypted_messages_per_month():
"""Loading mock total encrypted message """
encrypted_messages_per_month = 0
return encrypted_messages_per_month