Skip to content

Commit

Permalink
Fixed #65 (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
p0dalirius authored Oct 5, 2023
1 parent 1ba95b2 commit 98a4c10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion coercer/network/rpc.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def portmap_discover(target, port=135):
for entry in entries:
binding = epm.PrintStringBinding(entry['tower']['Floors'])
uuid = str(entry['tower']['Floors'][0])
_transport,dst = binding.split(":")
_transport,dst = binding.split(":", 1)
try: endpoints[_transport]
except: endpoints[_transport] = {}

Expand Down

0 comments on commit 98a4c10

Please sign in to comment.