Commit ff51e3b
committed
xmlrpc: Enable 'allow_none'
This is a custom extension to the XML-RPC spec so it's not enabled by
default. In truth, the server shouldn't be returning `None` values but
there's a bug somewhere. The server is frozen so we need to fix this
here, on the client side.
While we're here, 'Server' in the 'xmlrpc.client' library is a legacy
alias for 'ServerProxy'. Update the call.
Signed-off-by: Stephen Finucane <stephen@that.guru>
Closes: #221 parent 19b92bf commit ff51e3b
1 file changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
154 | 154 | | |
155 | 155 | | |
156 | 156 | | |
157 | | - | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
158 | 162 | | |
159 | 163 | | |
160 | 164 | | |
| |||
0 commit comments