Enhanced sheerka.update_concept() logs
This commit is contained in:
@@ -92,6 +92,9 @@ class UserInputConcept(Concept):
|
||||
def user_name(self):
|
||||
return self.props["user_name"].value
|
||||
|
||||
def __repr__(self):
|
||||
return f"({self.id}){self.name}: '{self.body}'"
|
||||
|
||||
|
||||
class SuccessConcept(Concept):
|
||||
def __init__(self):
|
||||
|
||||
Reference in New Issue
Block a user