fix: [py] Typo

pull/793/head^2
Steve Clement 2021-10-01 13:51:32 +09:00
parent bb921533fa
commit 5e496ff24e
No known key found for this signature in database
GPG Key ID: 69A20F509BE4AEE9
1 changed files with 1 additions and 1 deletions

View File

@ -164,7 +164,7 @@ class FeedGenerator:
self.create_daily_event()
def flush_event(self, new_event=None):
print('Writting event on disk'+' '*50)
print('Writing event on disk'+' '*50)
if new_event is not None:
event_uuid = new_event['uuid']
event = new_event