Skip to content

Commit ee873ae

Browse files
committed
FIXED: ORDER RULE
1 parent 32ded76 commit ee873ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nvdnist.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ def __init__(self, mysql_base):
210210
super().__init__(mysql_base)
211211

212212

213-
def export(self, export_path_name, export_type, tablename, option="ORDER BY cve_id"):
213+
def export(self, export_path_name, export_type, tablename, option="ORDER BY ID"):
214214
return super().export(export_path_name, export_type, tablename, option)
215215

216216
def load(self, obj):

0 commit comments

Comments
 (0)