1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-23 19:44:20 +00:00
This commit is contained in:
Steffo 2019-04-09 17:04:21 +02:00
parent 9a2d43aef3
commit 1c6ddad5ea

View file

@ -8,7 +8,7 @@ class KvactiveCommand(Command):
command_description = "Seleziona un gruppo di valori kv." command_description = "Seleziona un gruppo di valori kv."
command_syntax = "(nomegruppo)" command_syntax = "(nomegruppo)"
require_alchemy_tables = {ActiveKvGroup, Royal} require_alchemy_tables = {ActiveKvGroup, Royal, Keygroup}
@classmethod @classmethod
async def common(cls, call: Call): async def common(cls, call: Call):