Skip to content

Commit

Permalink
logging
Browse files Browse the repository at this point in the history
  • Loading branch information
Nixellion committed Jan 13, 2023
1 parent 0a5aee2 commit 65ee62a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion icalendar_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,8 @@ def sync_calendar(calendar_url, tag="todoisttotxt", tags=[], priority=3):
"priority": priority,
"labels": combined_tags
}
).text
)
print(f"Task added: {task.text}")

# api.items.add(content=content, description=description, due={'date': start.dt.strftime(r'%Y-%m-%dT%H:%M:%S'),
# 'is_recurring': False,
Expand Down

0 comments on commit 65ee62a

Please sign in to comment.