Completed script

This commit is contained in:
kdeng00
2022-10-02 14:13:57 -04:00
parent 62708dea89
commit 7cc606ac64
2 changed files with 9 additions and 6 deletions
+6
View File
@@ -216,11 +216,17 @@ def export_to_onenote(simplenotes, onenote_mgr, chosen_notebook=None, chosen_sec
else:
time.sleep(interval)
config = load_config()
onenote_mgr.config = config
bundle_notes_added = 0
else:
bundle_notes_added += 1
total_notes_added += 1
if total_notes_added > 0:
print("Deleted %d notes" % (total_notes_added))