--- a/Helpviewer/WebPlugins/ClickToFlash/ClickToFlash.py Tue Mar 07 18:46:09 2017 +0100 +++ b/Helpviewer/WebPlugins/ClickToFlash/ClickToFlash.py Tue Mar 07 18:53:18 2017 +0100 @@ -142,11 +142,11 @@ """ self.__plugin.removeFromWhitelist(self.__url.host()) - def __load(self, all=False): + def __load(self, allPlayers=False): """ Private slot to load the flash content. - @param all flag indicating to load all flash players. (boolean) + @param allPlayers flag indicating to load all flash players (boolean) """ self.__findElement() if not self.__element.isNull():