Skip to content

Commit

Permalink
Merge pull request #150 from BIDMCDigitalPsychiatry/fixing_sc_dur
Browse files Browse the repository at this point in the history
fixing screen duraion
  • Loading branch information
lugray1 authored Jun 15, 2023
2 parents 63fa300 + 51efbf8 commit 0cef85a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cortex/primary/screen_active.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
name="cortex.screen_active",
dependencies=[device_state]
)
def screen_active(attach=True,
def screen_active(attach=False,
duration_threshold=1000 * 60 * 60 * 2, #2 hours
**kwargs):
"""Builds bout of screen activity.
Expand Down

0 comments on commit 0cef85a

Please sign in to comment.