Skip to content

Commit

Permalink
fix: fixed broken categorization in working_hours example
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikBjare committed Jun 8, 2022
1 parent e759345 commit 759a2a1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/working_hours.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,8 @@ def query(regex: str = EXAMPLE_REGEX, save=True):
queries.DesktopQueryParams(
bid_window="aw-watcher-window_",
bid_afk="aw-watcher-afk_",
classes=categories,
filter_classes=[["Work"]]
)
)
query = f"""
Expand Down

0 comments on commit 759a2a1

Please sign in to comment.