Commit 22cd2d53 authored by Alexandre Dulaunoy's avatar Alexandre Dulaunoy
Browse files

Merge pull request #65 from adulau/master

Bug fix
parents 886704cc c9f42bc7
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -84,6 +84,7 @@ for item in progressbar(col):

                title = title.title()
                batch.append({'id': cpeentry, 'title': title})
if len(batch) != 0:
    cpeother.insert(batch)

#update database info after successful program-run