Browse Source

fixup! fixup! [WIP] Build assigned titles message text from given title records

update columns list shown on repr
Vladislav Glinsky 5 years ago
parent
commit
9f27ab419f
  1. 3
      devpotato_bot/commands/daily_titles/models/group_chat.py

3
devpotato_bot/commands/daily_titles/models/group_chat.py

@ -101,6 +101,5 @@ class GroupChat(Base):
f'name="{self.name}", '
f'is_enabled={self.is_enabled}, '
f'last_triggered="{self.last_triggered}", '
f'last_titles="{self.last_titles}", '
f'last_titles_plain="{self.last_titles_plain}"'
f'last_given_titles_count="{self.last_given_titles_count}"'
')>')
Loading…
Cancel
Save