diff --git a/openlp/core/lib/remote/poll.py b/openlp/core/lib/remote/poll.py index 501972bea..73ed4c376 100644 --- a/openlp/core/lib/remote/poll.py +++ b/openlp/core/lib/remote/poll.py @@ -25,7 +25,7 @@ import json from openlp.core.common import RegistryProperties, Settings, OpenLPMixin -class OpenLPPoll(RegistryProperties, OpenLPMixin): +class OpenLPPoll(RegistryProperties): """ Access by the web layer to get status type information from the application """