From 59ea60576f87723bed627cebd16948af2c9e7b5f Mon Sep 17 00:00:00 2001 From: Gentile G Date: Tue, 3 Oct 2023 13:20:10 +0200 Subject: [PATCH] Calling the repository updater method --- main.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/main.py b/main.py index 49c3779..e80a4c0 100644 --- a/main.py +++ b/main.py @@ -22,6 +22,8 @@ def update_stack(stack): if __name__ == '__main__': + update_repositories() + headers = { "accept": "application/json", "X-API-Key": config.access_token