def init_web():
    port = 8000

    if len(sys.argv) == 2:
        port = int(sys.argv[1])