diff --git a/main.py b/main.py index 7c91ea6..36568ad 100644 --- a/main.py +++ b/main.py @@ -13,6 +13,8 @@ # Change directory to the main.py dir os.chdir(os.path.dirname(os.path.abspath(__file__))) +updater.auto_update() + def load_config(): with open('config.yml', 'r') as config_file: config = yaml.safe_load(config_file)