Skip to content

Commit

Permalink
med
Browse files Browse the repository at this point in the history
  • Loading branch information
owocki committed Sep 10, 2019
1 parent 2219625 commit d1574cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/dashboard/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -2438,7 +2438,7 @@ def calc_activity_level(self):
"""
high_threshold = 15
med_threshold = 15
med_threshold = 7
new_threshold_days = 7

if self.created_on > (timezone.now() - timezone.timedelta(days=new_threshold_days)):
Expand Down

0 comments on commit d1574cc

Please sign in to comment.