mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
Print host instead of ip address if host is specified. Also embed specified host into bmbp files. (#57)
This commit is contained in:
@@ -670,7 +670,7 @@ async def main(args: argparse.Namespace):
|
||||
logging.error('Failed to read multiworld data (%s)' % e)
|
||||
return
|
||||
|
||||
ip = Utils.get_public_ipv4()
|
||||
ip = args.host if args.host else Utils.get_public_ipv4()
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user