1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-23 11:34:18 +00:00

🔧 Do not recreate dispensers and conversations

This commit is contained in:
Steffo 2021-04-26 04:23:14 +02:00
parent f6ca6b146b
commit c145c3860b
Signed by: steffo
GPG key ID: 6965406171929D01

View file

@ -41,17 +41,6 @@ class TelethonPDAImplementation(engi.ConversationListImplementation):
super().__init__(name=name)
self.dispensers: dict[t.Any, engi.Dispenser] = {}
"""
The :class:`royalnet.engineer.dispenser.Dispenser`\\ s of this PDA.
"""
self.conversations: t.List[engi.Conversation] = []
"""
A :class:`list` of conversations to run before a new _event is :meth:`.put` in a
:class:`~royalnet.engineer.dispenser.Dispenser`.
"""
self.mode: TelethonPDAMode = mode
"""
The mode to use for mapping dispensers.