We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c64290 commit e5cb58bCopy full SHA for e5cb58b
cvemysql.py
@@ -5,6 +5,7 @@
5
import cvemitre
6
import nvdnist
7
import platform
8
+import re
9
import zipfile
10
import getpass
11
import pymysql
nvdnist.py
@@ -66,8 +66,6 @@ def _processFunction(self):
66
sys.stdout.write("\rCurrent progress: %d / %d" % (self._entry - len(self._wpList), self._entry))
67
sys.stdout.flush()
68
if self.kill:
69
- sys.stdout.write("\rCurrent progress: %d / %d" % (self._entry - len(self._wpList), self._entry))
70
- sys.stdout.flush()
71
break
72
time.sleep(5)
73
0 commit comments