mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-23 03:24:20 +00:00
📔 Improve docstring
This commit is contained in:
parent
9d590c711c
commit
e75fcf6499
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ log = logging.getLogger(__name__)
|
||||||
@engi.TeleportingConversation
|
@engi.TeleportingConversation
|
||||||
async def login(*, _msg: engi.Message, _session: so.Session, _imp, **__):
|
async def login(*, _msg: engi.Message, _session: so.Session, _imp, **__):
|
||||||
"""
|
"""
|
||||||
Fai il login al tuo account Royalnet.
|
Fai il login al tuo RYGaccount.
|
||||||
"""
|
"""
|
||||||
log.debug("Evaluating config...")
|
log.debug("Evaluating config...")
|
||||||
config = cfg.lazy_config.evaluate()
|
config = cfg.lazy_config.evaluate()
|
||||||
|
|
Loading…
Reference in a new issue