diff --git a/update_url.py b/update_url.py index b098b5a..54982a6 100644 --- a/update_url.py +++ b/update_url.py @@ -3,8 +3,6 @@ import os import requests API_KEY = os.getenv('API_KEY') -print(API_KEY) -exit() GITHUB_REPOSITORY = os.getenv('GITHUB_REPOSITORY') if GITHUB_REPOSITORY == 'zsokami/ACL4SSR':