diff --git a/pydtn/routers/hcbf.py b/pydtn/routers/hcbf.py index f7d6bd915a5fc736a48c3ca02413bcee30174d86..01badf1427deb1614c859eea1a69f6fe69f0531d 100644 --- a/pydtn/routers/hcbf.py +++ b/pydtn/routers/hcbf.py @@ -19,8 +19,8 @@ def hcbf(self, packet, state): send(dest, 'direct') return True - ui = community.get_ui(n) - lp = community.get_lp(n) + ui = community.get_ui + lp = community.get_lp cbc = lambda n: community.get_cbc(n.community, dest.community) ncf = lambda n: community.get_ncf(n, dest.community)