This commit is contained in:
Nikolay Markov 2012-09-06 12:52:46 +04:00
parent 72e4a2bf5c
commit cfe9d1acdb

View File

@ -30,7 +30,7 @@ if __name__ == "__main__":
'run', help='run application locally'
)
run_parser.add_argument(
'-p', '--port', dest='port', action='store', type=str,
'-p', '--port', dest='port', action='store', type=str,
help='application port', default='8000'
)
runwsgi_parser = subparsers.add_parser(