Skip to content

Commit bffe9cb

Browse files
authored
turn off http port by default
1 parent 50483b6 commit bffe9cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

validators/validator.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ def __init__(self, *a, **kw):
158158
validator_app.add_routes([web.post('/text-validator/', process_text_validator)])
159159

160160

161-
def main(run_aio_app=True, test=False) -> None:
161+
def main(run_aio_app=False, test=False) -> None:
162162
config = get_config()
163163
wallet, subtensor, dendrite, my_uid = initialize_components(config)
164164
validator_config = {

0 commit comments

Comments
 (0)