Improve comment

Contributes to CL-1222
This commit is contained in:
Ian Paschal 2019-02-05 16:50:50 +01:00
parent c41e81a6b9
commit b29f3d3bd0

View file

@ -86,7 +86,7 @@ class UM3OutputDevicePlugin(OutputDevicePlugin):
# Check if cloud flow is possible when user logs in
self._account.loginStateChanged.connect(self.checkCloudFlowIsPossible)
# Listen for when Cloud Flow is possible
# Listen for when cloud flow is possible
self.cloudFlowIsPossible.connect(self._onCloudFlowPossible)
def getDiscoveredDevices(self):