refactor: Update according to Chapter 2.1.3.2 of RFC 116

This commit is contained in:
莘权 马 2023-11-08 22:22:44 +08:00
parent d1977f1586
commit 7a2193c3d2

View file

@ -159,7 +159,7 @@ class Role:
messages by observing."""
self._rc.env = env
if env:
env.set_subscribed_tags(self, self._subscription)
env.set_subscription(self, self._subscription)
@property
def profile(self):