Hello everyone!

First of all, I apologize for my English level

I'm using python-bugzilla to create bugs.It has been working properly, but now I have to add a custom field named "hostname" to the Bugzilla server and I don't achieve that python-bugzilla stores data in that field.

I always get this message:

File "/usr/bin/bugzilla", line 332, in <module>
    main()
  File "/usr/bin/bugzilla", line 328, in main
    buglist = _do_new(bz, opt)
  File "/usr/bin/bugzilla", line 231, in _do_new
    sub_component=opt.sub_component or None,
TypeError: build_createbug() got an unexpected keyword argument 'cf_hostname'


What is the best way to modify the program and add my request?

Thank you