diff --git a/malware-db.py b/malware-db.py index 1cebd99..f9f81b7 100644 --- a/malware-db.py +++ b/malware-db.py @@ -96,7 +96,7 @@ def main(): f = open(maldb_ver_file, 'w') f.write(new_maldb_ver) f.close() - + # Get the new CSV and update it csvurl = giturl + main_csv_file u = urllib2.urlopen(csvurl) @@ -116,6 +116,8 @@ def main(): status = status + chr(8)*(len(status)+1) print status, f.close() + print "\nUpdates the malware DB." + sys.exit() # prints version banner on screen def versionbanner():