Browse Source

Update linearize-hashes.py

v1.0.9-lin
J-Stuhlman 8 years ago
committed by GitHub
parent
commit
ed655b9b3f
  1. 2
      contrib/linearize/linearize-hashes.py

2
contrib/linearize/linearize-hashes.py

@ -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'] = 8232
settings['port'] = 8822
if 'min_height' not in settings:
settings['min_height'] = 0
if 'max_height' not in settings:

Loading…
Cancel
Save