All pastes #2127872 Raw Edit

Untitled

public text v1 · immutable
#2127872 ·published 2012-03-13 17:42 UTC
rendered paste body
#!/usr/bin/env python
import xmlrpclib
s = xmlrpclib.ServerProxy("https://localhost/xml-rpc/open-ils.actor")
f = getattr(s, "open-ils.actor.patron.settings.update")
f("9b8acccbaf229b0c78a90f055fadec6a", 1, {"notification.overdue.phone": True})