Skip to content

Commit e5cb58b

Browse files
committed
FIXED: bug
1 parent 4c64290 commit e5cb58b

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

cvemysql.py

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
import cvemitre
66
import nvdnist
77
import platform
8+
import re
89
import zipfile
910
import getpass
1011
import pymysql

nvdnist.py

-2
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,6 @@ def _processFunction(self):
6666
sys.stdout.write("\rCurrent progress: %d / %d" % (self._entry - len(self._wpList), self._entry))
6767
sys.stdout.flush()
6868
if self.kill:
69-
sys.stdout.write("\rCurrent progress: %d / %d" % (self._entry - len(self._wpList), self._entry))
70-
sys.stdout.flush()
7169
break
7270
time.sleep(5)
7371

0 commit comments

Comments
 (0)