update linearize

This commit is contained in:
Michel van Kessel
2020-12-20 13:11:20 +01:00
parent 97a181a5ad
commit 2b7d4ca466
3 changed files with 7 additions and 7 deletions

View File

@@ -96,7 +96,7 @@ if __name__ == '__main__':
if 'host' not in settings:
settings['host'] = '127.0.0.1'
if 'port' not in settings:
settings['port'] = 8332
settings['port'] = 15715
if 'min_height' not in settings:
settings['min_height'] = 0
if 'max_height' not in settings: