eric6/WebBrowser/SafeBrowsing/SafeBrowsingAPIClient.py

changeset 8218
7c09585bd960
parent 8205
4a0f1f896341
equal deleted inserted replaced
8217:385f60c94548 8218:7c09585bd960
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()

eric ide

mercurial