Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
FallenSky2077 committed Aug 25, 2024
1 parent 28036ca commit 6219054
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions olah/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -731,12 +731,6 @@ def is_default_value(args, arg_name):
args.host = args.host.split(",")

args.mirror_scheme = config.mirror_scheme = "http" if args.ssl_key is None else "https"
args.mirror_netloc = config.mirror_netloc = (
f"{config.host if config._is_specific_addr(config.host) else 'localhost'}:{config.port}"
)
args.mirror_lfs_netloc = config.mirror_lfs_netloc = (
f"{config.host if config._is_specific_addr(config.host) else 'localhost'}:{config.port}"
)

print(args)
# Init app settings
Expand Down

0 comments on commit 6219054

Please sign in to comment.