print sha

This commit is contained in:
XelXen 2022-09-18 11:20:46 +05:30 committed by GitHub
parent a843e7770d
commit 09f27aaebf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
.github/pkg.py vendored
View File

@ -5,6 +5,8 @@ data = load(open('commit.json'))
while True:
os.system('curl https://raw.githubusercontent.com/LibreTubeAlpha/Archive/main/sign.txt --output sign.txt')
f = open('sign.txt')
print(f)
print(data['sha'][0:7])
if f == data['sha'][0:7]:
break