From c33bd786b3f30f72aeba44731bae96acd5e62967 Mon Sep 17 00:00:00 2001 From: Yuval Nativ Date: Mon, 20 Jan 2014 10:47:47 +0200 Subject: [PATCH] Updating to Beta --- malware-db.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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():