Skip to content

Commit 74f11fc

Browse files
committed
fixed update bug
1 parent 3200866 commit 74f11fc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/spl_processor.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,8 @@ def download_and_process_updates(soup, spl_status, proxies={}):
361361
if not download['date'] in spl_status['updates']:
362362
spl_status['updates'][download['date']] = {
363363
'downloaded': 'no',
364-
'verified': 'no'
364+
'verified': 'no',
365+
'parsed': 'no'
365366
}
366367
download_and_verify(download, spl_status['updates'][download['date']], proxies=proxies)
367368
spl_status['updates'][download['date']]['parsed_labels_path'] = spl_status['updates'][download['date']]['local_path'].strip('.zip')

0 commit comments

Comments
 (0)