refactor info class

This commit is contained in:
Stefan Allius
2024-03-28 20:56:13 +01:00
parent c52fc990f4
commit 21e46ae456
7 changed files with 521 additions and 253 deletions

View File

@@ -64,7 +64,6 @@ class Message(metaclass=IterRegistry):
self._recv_buffer = bytearray(0)
self._send_buffer = bytearray(0)
self._forward_buffer = bytearray(0)
self.db = Infos()
self.new_data = {}
'''