Skip to content

Commit

Permalink
0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
osbre committed Jun 8, 2024
1 parent 07d0b45 commit c0cd73a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "streampot"
version = "0.3.1"
version = "0.3.2"
description = "API client for StreamPot.io"
readme = "README.md"
requires-python = ">=3.8"
Expand Down
10 changes: 5 additions & 5 deletions streampot/_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -369,8 +369,8 @@ def output_option(self, *options):
def output_options(self, *options):
return self._add_action('outputOptions', *options)

# def filter_graph(self, spec, map=None):
# return self._add_action('filterGraph', spec, map)
#
# def complex_filter(self, spec, map=None):
# return self._add_action('complexFilter', spec, map)
def filter_graph(self, spec, map=None):
return self._add_action('filterGraph', spec, map)

def complex_filter(self, spec, map=None):
return self._add_action('complexFilter', spec, map)

0 comments on commit c0cd73a

Please sign in to comment.