From d12026e354d74ff633c74c514ffe14891092510c Mon Sep 17 00:00:00 2001 From: cetus1 <51400133+cetus1@users.noreply.github.com> Date: Thu, 20 Jun 2019 17:44:03 +0300 Subject: [PATCH] Update gui.py --- remi/gui.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/remi/gui.py b/remi/gui.py index 40a78ac6..eeed515e 100644 --- a/remi/gui.py +++ b/remi/gui.py @@ -327,6 +327,8 @@ def identifier(self): def set_identifier(self, new_identifier): """Allows to set a unique id for the Tag. + Warning: in some classes, the default identifier is passed to the JS, + so changing the identifier may result in loss of connection between the script message and the receiver. Args: new_identifier (str): a unique id for the tag