From 7c1ad33f5884eb282d54ebcd072b8ecfecadb9ec Mon Sep 17 00:00:00 2001 From: Owocki Date: Thu, 26 Apr 2018 12:06:52 -0600 Subject: [PATCH] notifications was wrong --- app/dashboard/notifications.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/dashboard/notifications.py b/app/dashboard/notifications.py index 5df1497c3d4..e595c7b81a9 100644 --- a/app/dashboard/notifications.py +++ b/app/dashboard/notifications.py @@ -703,7 +703,7 @@ def maybe_warn_user_removed_github(bounty, username, last_heard_from_user_days): msg = f"""@{username} are you still working on this issue? * [{first_warning}] warning 1 ({num_days_back_to_warn} days) * [{second_warning}] warning 2 ({num_days_back_to_warn * 2} days) -* [x] auto removal ({num_days_back_to_delete_interest} days) +* [ ] auto removal ({num_days_back_to_delete_interest} days) """ post_issue_comment(bounty.org_name, bounty.github_repo_name, bounty.github_issue_number, msg)