Add simple protobuf encoder and decoder.

This commit is contained in:
tecnovert
2024-05-28 23:17:54 +02:00
parent 42fa4d49d4
commit adc80eabb0
6 changed files with 293 additions and 10 deletions

View File

@@ -425,6 +425,9 @@ def main():
logger.warning('Unknown argument %s', v)
if os.name == 'nt':
logger.warning('Running on windows is discouraged and windows support may be discontinued in the future. Please consider using the WSL docker setup instead.')
if data_dir is None:
data_dir = os.path.join(os.path.expanduser(cfg.BASICSWAP_DATADIR))
logger.info('Using datadir: %s', data_dir)