From 91f00a9f91cb534d2bd7904d9d34da7c5d7c239c Mon Sep 17 00:00:00 2001 From: Lenoch <81lennoch@gmail.com> Date: Mon, 9 Sep 2024 20:32:55 +0200 Subject: [PATCH] Trigger automatic updates on startup --- main.py | 2 ++ 1 file changed, 2 insertions(+) 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)