Files
python-teos/pisa-btc/apps/__init__.py
Sergi Delgado Segura 5a1d7911f3 Adds support for command line api host and port.
Defaults to __init__ parameters if missing
2019-08-09 15:00:02 +01:00

2 lines
66 B
Python

DEFAULT_PISA_API_SERVER = 'localhost'
DEFAULT_PISA_API_PORT = 2222