Enhanced sheerka.update_concept() logs

This commit is contained in:
2019-12-27 11:33:16 +01:00
parent 26daae4acf
commit 21da87393f
5 changed files with 49 additions and 20 deletions
+3
View File
@@ -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):