This repository has been archived on 2024-11-30. You can view files and clone it, but cannot push or open issues or pull requests.
PyBitmessage-2024-11-30/src/tests/apinotify_handler.py

16 lines
326 B
Python
Executable File

#!/usr/bin/env python
"""
Utility configured as apinotifypath in bitmessagesettings
when pybitmessage started in test mode.
"""
import sys
import tempfile
from test_process import put_signal_file
if __name__ == '__main__':
if sys.argv[1] == 'startingUp':
put_signal_file(tempfile.gettempdir(), '.api_started')