Skip to content

Commit

Permalink
Merge pull request #67 from TogetherCrew/development
Browse files Browse the repository at this point in the history
Development
  • Loading branch information
cyri113 authored Feb 15, 2024
2 parents 2f8584d + 911f07e commit 25452ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion discord_analyzer/analysis/compute_member_activity.py
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ def compute_member_activity(
# no analytics for the days would be computed
# so make it as a window_d lenght to have the computations
new_date_range_interval = (new_date_range[1] - new_date_range[0]).days
if new_date_range_interval < window_param["period_size"] - 1:
if load_past_data is True:
interval_before = (new_date_range_interval) + (
window_param["period_size"] - 1
)
Expand Down

0 comments on commit 25452ff

Please sign in to comment.