chrisbillows / raindrop-todoist-syncer

Converts favourited Raindrops into tasks in Todoist.
2 stars 1 forks source link

Removed Bold From Title of Task #28

Closed Ashrick12 closed 7 months ago

Ashrick12 commented 7 months ago

todoist.py

-content=f"**{self.task_title}**",
+content=f"{self.task_title}",

Resolves #21

chrisbillows commented 7 months ago

That is so awesome, thanks! :) I actually didn't realise I'd left the project public - sorry it's such a mess! I'm really just learning.