diff --git a/theZoo.py b/theZoo.py index b5280cb..144a6be 100644 --- a/theZoo.py +++ b/theZoo.py @@ -77,7 +77,8 @@ def main(): # Check if update flag is on if arguments.update_bol == 1: a = Updater() - a.update_db() + with open('conf/db.ver', 'r') as f: + a.update_db(f.readline()) sys.exit(1) # Check if version flag is on