Skip to content

Commit

Permalink
Update notion_working_database.py
Browse files Browse the repository at this point in the history
  • Loading branch information
5anniversary authored Oct 9, 2023
1 parent a250edc commit 50f396c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/notion_working_database.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ def main():
'title': task['Name'],
'fields': [
{'title': '담당자', 'value': task['담당자 이름'], 'short': True},
{'title': '카드 링크', 'value': task['카드 링크'], 'short': False}
{'title': '카드 링크', 'value': task['카드 링크'], 'short': True},
{'title': '시작일', 'value': task['Start Date'], 'short': True},
{'title': '종료일', 'value': task['End Date'], 'short': True},
]
Expand Down

0 comments on commit 50f396c

Please sign in to comment.