Calling the repository updater method

This commit is contained in:
2023-10-03 13:20:10 +02:00
parent cc7d62d975
commit 59ea60576f

View File

@@ -22,6 +22,8 @@ def update_stack(stack):
if __name__ == '__main__': if __name__ == '__main__':
update_repositories()
headers = { headers = {
"accept": "application/json", "accept": "application/json",
"X-API-Key": config.access_token "X-API-Key": config.access_token