Skip to content

Commit

Permalink
Merge pull request #18 from prabhatdev/master
Browse files Browse the repository at this point in the history
Update main.py
  • Loading branch information
anmol098 committed Jul 28, 2020
2 parents 09764da + 2aa951e commit 38a606b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -278,8 +278,10 @@ def generate_commit_list(tz):
grouping=True) + '%20Lines%20of%20code-blue)\n\n'
string = string + '**' + title + '** \n\n' + '```text\n' + make_commit_list(one_day) + '\n\n```\n'
string = string + '📅 **' + days_title + '** \n\n' + '```text\n' + make_commit_list(dayOfWeek) + '\n\n```\n'
return string



def get_waka_time_stats():
stats = ''
request = requests.get(
Expand Down

0 comments on commit 38a606b

Please sign in to comment.