updating namings convension to stay coherent

This commit is contained in:
adator
2025-08-09 12:17:45 +02:00
parent 5629dcfde6
commit 1686c4a0b5
11 changed files with 113 additions and 132 deletions

View File

@@ -6,13 +6,11 @@ class Reputation:
UID_REPUTATION_DB: list[MReputation] = []
def __init__(self, baseObj: Base) -> None:
def __init__(self, base: Base):
self.Logs = baseObj.logs
self.Logs = base.logs
self.MReputation: MReputation = MReputation
return None
def insert(self, new_reputation_user: MReputation) -> bool:
"""Insert a new Reputation User object