Skip to content

Commit

Permalink
turn off http port by default
Browse files Browse the repository at this point in the history
  • Loading branch information
surcyf123 authored Mar 9, 2024
1 parent 50483b6 commit bffe9cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion validators/validator.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ def __init__(self, *a, **kw):
validator_app.add_routes([web.post('/text-validator/', process_text_validator)])


def main(run_aio_app=True, test=False) -> None:
def main(run_aio_app=False, test=False) -> None:
config = get_config()
wallet, subtensor, dendrite, my_uid = initialize_components(config)
validator_config = {
Expand Down

0 comments on commit bffe9cb

Please sign in to comment.