forked from openlp/openlp
Pep8 and notes about hashing
This commit is contained in:
parent
d1ff2385ae
commit
7e8eb21510
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user