Skip to content

Commit ae79633

Browse files
committed
week goals metor check removed
1 parent 35d950a commit ae79633

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

v2_app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def get_issues_by_owner_id_v2(owner, issue):
4747
# mentors_data = find_mentors(val['issue_url']) if val['issue_url'] else {'mentors': [], 'mentor_usernames': []}
4848

4949
if val['body_text']:
50-
if ("Weekly Goals" in val['body_text'] and not w_goal_url) and ("@"+val['created_by'].lower() == dmp_issue_id['mentor_username'].lower() if dmp_issue_id['mentor_username'] else None):
50+
if ("Weekly Goals" in val['body_text'] and not w_goal_url):
5151
w_goal_url = val['body_text']
5252
plain_text_body = markdown2.markdown(val['body_text'])
5353
tasks = re.findall(r'\[(x| )\]', plain_text_body)

0 commit comments

Comments
 (0)