update: format in I am Most Productive on, full-width character in korean for indent

This commit is contained in:
tlatkdgus1
2020-12-04 02:27:11 +09:00
parent fc4a2c81ca
commit 1c8fc425a6
2 changed files with 12 additions and 12 deletions

View File

@@ -280,7 +280,7 @@ def generate_commit_list(tz):
for day in dayOfWeek:
if day['percent'] > max_element['percent']:
max_element = day
days_title = translate['I am Most Productive on'] + ' ' + max_element['name']
days_title = translate['I am Most Productive on'] % max_element['name']
string = string + '📅 **' + days_title + '** \n\n' + '```text\n' + make_commit_list(dayOfWeek) + '\n\n```\n'
return string