This commit is contained in:
钟孟捷
2023-02-12 23:09:41 +08:00
parent 22a2f71691
commit 2f9c2053d6

View File

@@ -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':