Skip to content

Commit

Permalink
[Filters] name and comment are basic options
Browse files Browse the repository at this point in the history
  • Loading branch information
set-soft committed Sep 9, 2024
1 parent e72d3a3 commit b4c421e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kibot/fil_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -233,11 +233,11 @@ def __init__(self):
self._is_transform = False
with document:
self.name = ''
""" Used to identify this particular filter definition """
""" *Used to identify this particular filter definition """
self.type = ''
""" Type of filter """
self.comment = ''
""" A comment for documentation purposes """
""" *A comment for documentation purposes """

def config(self, parent):
super().config(parent)
Expand Down

0 comments on commit b4c421e

Please sign in to comment.