File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
[project ]
2
2
name = " streampot"
3
- version = " 0.3.1 "
3
+ version = " 0.3.2 "
4
4
description = " API client for StreamPot.io"
5
5
readme = " README.md"
6
6
requires-python = " >=3.8"
Original file line number Diff line number Diff line change @@ -369,8 +369,8 @@ def output_option(self, *options):
369
369
def output_options (self , * options ):
370
370
return self ._add_action ('outputOptions' , * options )
371
371
372
- # def filter_graph(self, spec, map=None):
373
- # return self._add_action('filterGraph', spec, map)
374
- #
375
- # def complex_filter(self, spec, map=None):
376
- # return self._add_action('complexFilter', spec, map)
372
+ def filter_graph (self , spec , map = None ):
373
+ return self ._add_action ('filterGraph' , spec , map )
374
+
375
+ def complex_filter (self , spec , map = None ):
376
+ return self ._add_action ('complexFilter' , spec , map )
You can’t perform that action at this time.
0 commit comments