mirror of
https://github.com/ytisf/theZoo.git
synced 2026-02-21 11:18:08 +00:00
Updating to Beta
This commit is contained in:
@@ -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():
|
||||
|
||||
Reference in New Issue
Block a user