This repository has been archived on 2025-01-10. You can view files and clone it, but cannot push or open issues or pull requests.
PyBitmessage-2025-01-10/src/mockbm/helper_startup.py

14 lines
352 B
Python
Raw Normal View History

2022-11-09 08:52:13 +01:00
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