Skip to content

Commit

Permalink
Missing module name in bmproto
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterSurda committed Jun 4, 2017
1 parent e8d9a7f commit 7bde4e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/network/bmproto.py
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ def bm_command_object(self):
self.object.checkEOLSanity()
self.object.checkStream()
except (BMObjectExpiredError, BMObjectUnwantedStreamError):
for connection in BMConnectionPool().inboundConnections.values() + BMConnectionPool().outboundConnections.values():
for connection in network.connectionpool.BMConnectionPool().inboundConnections.values() + network.connectionpool.BMConnectionPool().outboundConnections.values():
try:
del connection.objectsNewtoThem[hashId]
except KeyError:
Expand Down

0 comments on commit 7bde4e9

Please sign in to comment.