Pep8 and notes about hashing

This commit is contained in:
Ken Roberts 2016-06-17 16:54:04 -07:00
parent d1ff2385ae
commit 7e8eb21510
1 changed files with 2 additions and 0 deletions

View File

@ -297,6 +297,8 @@ class PJLink1(QTcpSocket):
Processes the initial connection and authentication (if needed). Processes the initial connection and authentication (if needed).
Starts poll timer if connection is established. 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 :param data: Optional data if called from another routine
""" """
log.debug('({ip}) check_login(data="{data}")'.format(ip=self.ip, data=data)) log.debug('({ip}) check_login(data="{data}")'.format(ip=self.ip, data=data))