Skip to content

Commit

Permalink
cron task
Browse files Browse the repository at this point in the history
  • Loading branch information
MuLx10 committed Feb 28, 2020
1 parent c06fc70 commit 5324c97
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Broly.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ def post_productivity(self, stats):
message += "\n**Reviewers: **"
message += ', '.join(['_'+rr+'_' for rr in prs[pr_no]['requested_reviewers']])
message += '\n\n'
print(message)
self.channel.add_post(self.report_channel_id, message, self.headers)
message = ""
def post_workflow(self):
Expand Down

0 comments on commit 5324c97

Please sign in to comment.