mirror of
https://github.com/OpenKMIP/PyKMIP.git
synced 2025-07-20 20:44:22 +02:00
Merge pull request #71 from OpenKMIP/bug/fix-server-log-pep8
Fixing pep8 errors for the KMIP server
This commit is contained in:
commit
fe1c586035
@ -66,6 +66,7 @@ class KMIPServer(object):
|
||||
|
||||
factory = KMIPProtocolFactory()
|
||||
protocol = factory.getProtocol(connection)
|
||||
|
||||
try:
|
||||
while True:
|
||||
self._processor.process(protocol, protocol)
|
||||
|
Loading…
x
Reference in New Issue
Block a user