Updating to Beta

This commit is contained in:
Yuval Nativ
2014-01-20 10:47:47 +02:00
parent 6862e7cb89
commit c33bd786b3

View File

@@ -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():