From 7e8eb2151027a1f7dfa5296d287696dadae314bb Mon Sep 17 00:00:00 2001 From: Ken Roberts Date: Fri, 17 Jun 2016 16:54:04 -0700 Subject: [PATCH] Pep8 and notes about hashing --- openlp/core/lib/projector/pjlink1.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/openlp/core/lib/projector/pjlink1.py b/openlp/core/lib/projector/pjlink1.py index 89781f0ef..302fc13ee 100644 --- a/openlp/core/lib/projector/pjlink1.py +++ b/openlp/core/lib/projector/pjlink1.py @@ -297,6 +297,8 @@ class PJLink1(QTcpSocket): Processes the initial connection and authentication (if needed). Starts poll timer if connection is established. + NOTE: Qt md5 hash function doesn't work with projector authentication. Use the python md5 hash function. + :param data: Optional data if called from another routine """ log.debug('({ip}) check_login(data="{data}")'.format(ip=self.ip, data=data))