Fixed typo that caused this to stop working #10

Merged
kolemcrae merged 1 commits from patch-1 into master 2021-06-16 15:47:57 +02:00
+1 -1
View File
@@ -8,7 +8,7 @@ import zipfile
source = argv[1] if len(argv) > 1 else 'notes.zip'
with zipfile.ZipFile(source, 'r') as zip_ref:
data = json.loads(zip_ref.read('Standard Notes Backup and Import File txt.txt').decode('utf-8'))
data = json.loads(zip_ref.read('Standard Notes Backup and Import File.txt').decode('utf-8'))
def text_from_html(title, text):
# Clear title