This commit is contained in:
钟孟捷
2023-02-12 22:59:53 +08:00
parent 14c5e2d6b7
commit 9f1d216507
3 changed files with 4 additions and 2 deletions

View File

@@ -3,6 +3,8 @@ 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':