43 @param fairUse flag indicating to follow the fair use policy |
43 @param fairUse flag indicating to follow the fair use policy |
44 @type bool |
44 @type bool |
45 @param parent reference to the parent object |
45 @param parent reference to the parent object |
46 @type QObject |
46 @type QObject |
47 """ |
47 """ |
48 super(SafeBrowsingAPIClient, self).__init__(parent) |
48 super().__init__(parent) |
49 |
49 |
50 self.__apiKey = apiKey |
50 self.__apiKey = apiKey |
51 self.__fairUse = fairUse |
51 self.__fairUse = fairUse |
52 |
52 |
53 self.__nextRequestNoSoonerThan = QDateTime() |
53 self.__nextRequestNoSoonerThan = QDateTime() |