Commit 52bd910e authored by Pieter-Jan's avatar Pieter-Jan
Browse files

Merge pull request #101 from PidgeyL/development

Bugfix by @rlintu
parents fe93e4bb 55820613
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