Skip to content

Commit

Permalink
codacy fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
hanars committed Jul 11, 2023
1 parent 31bfc0d commit f5aacfc
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions hail_search/__main__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
from aiohttp import web
import hail as hl
import logging

from hail_search.web_app import init_web_app

Expand All @@ -9,7 +7,7 @@ def run():
app = init_web_app()
web.run_app(
app,
host='0.0.0.0',
host='0.0.0.0', # nosec
port=5000,
access_log_format='%{From}i "%r" %s %Tfs',
)
Expand Down

0 comments on commit f5aacfc

Please sign in to comment.