Skip to content

Commit

Permalink
Removed unused config variable.
Browse files Browse the repository at this point in the history
  • Loading branch information
kbecker42 authored Sep 27, 2024
1 parent 08408e4 commit 70f0857
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pybossa/jobs.py
Original file line number Diff line number Diff line change
Expand Up @@ -575,8 +575,6 @@ def disable_users_job():

# default user deactivation time
user_interval = current_app.config.get('STALE_USERS_MONTHS') or 3
# if disabling extended users, time until this is done
ext_user_interval = current_app.config.get('EXTENDED_STALE_USERS_MONTHS') or 9
# domains that are in extended users category
ext_user_domains = current_app.config.get('EXTENDED_STALE_USERS_DOMAINS') or []

Expand Down

0 comments on commit 70f0857

Please sign in to comment.