Skip to content

Commit 3428f24

Browse files
Save work.
1 parent b4d33f7 commit 3428f24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/one_way_sync.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ def sync_todoist_to_habitica():
228228
else:
229229
print('check hab ID %s' %tid)
230230
print(response.reason)
231-
elif hab.completed == True:
231+
elif hab.completed:
232232
continue
233233
else:
234234
print("ERROR: check HAB %s" % tid)

0 commit comments

Comments
 (0)