Skip to content

Commit

Permalink
[bug] question_setter: missing module name
Browse files Browse the repository at this point in the history
  • Loading branch information
ProducerMatt committed Jun 21, 2023
1 parent 381f9fe commit f79f917
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions modules/question_setter.py
Original file line number Diff line number Diff line change
Expand Up @@ -695,6 +695,9 @@ async def cb_set_question_status(
why=f"{message.author.name} asked me to change status to `{status}`.",
)

def __str__(self):
return "Question Setter Module"

@property
def test_cases(self) -> list[IntegrationTest]:
# these tests modify coda so they should be run only in development
Expand Down

0 comments on commit f79f917

Please sign in to comment.