returns options needed for pycurl
(self)
| 113 | |
| 114 | |
| 115 | def getOptions(self): |
| 116 | """returns options needed for pycurl""" |
| 117 | return {"interface": self.iface(), |
| 118 | "proxies" : self.getProxies(), |
| 119 | "ipv6" : self.core.config["download"]["ipv6"]} |
| 120 | |
| 121 | def updateBucket(self): |
| 122 | """ set values in the bucket according to settings""" |
no test coverage detected