mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-13 02:19:54 +00:00
Use 'at' instead of '*' for state group.
This commit is contained in:
parent
58154915de
commit
10538b3199
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ class State:
|
||||||
elif self._group_name:
|
elif self._group_name:
|
||||||
group = self._group_name
|
group = self._group_name
|
||||||
else:
|
else:
|
||||||
group = '*'
|
group = '@'
|
||||||
return f"{group}:{self._state}"
|
return f"{group}:{self._state}"
|
||||||
|
|
||||||
def set_parent(self, group):
|
def set_parent(self, group):
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue