Commit 86d36cf8 authored by Pieter-Jan Moreels's avatar Pieter-Jan Moreels
Browse files

Bugfix #226

parent dcfa1b5f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -195,7 +195,7 @@ if __name__ == '__main__':
        # get the 'modified' file
        getfile = file_prefix + file_mod + file_suffix
        try:
            (f, r) = Configuration.getFile(Configuration.getFeedURL('cve') + getfile)
            (f, r) = Configuration.getFeedData(Configuration.getFeedURL('cve') + getfile)
        except:
            sys.exit("Cannot open url %s. Bad URL or not connected to the internet?"%(Configuration.getFeedURL("cve") + getfile))
        i = db.getInfo("cves")