mirror of
https://github.com/libre-tube/LibreTube.git
synced 2024-12-13 22:00:30 +05:30
print sha
This commit is contained in:
parent
a843e7770d
commit
09f27aaebf
2
.github/pkg.py
vendored
2
.github/pkg.py
vendored
@ -5,6 +5,8 @@ data = load(open('commit.json'))
|
|||||||
while True:
|
while True:
|
||||||
os.system('curl https://raw.githubusercontent.com/LibreTubeAlpha/Archive/main/sign.txt --output sign.txt')
|
os.system('curl https://raw.githubusercontent.com/LibreTubeAlpha/Archive/main/sign.txt --output sign.txt')
|
||||||
f = open('sign.txt')
|
f = open('sign.txt')
|
||||||
|
print(f)
|
||||||
|
print(data['sha'][0:7])
|
||||||
if f == data['sha'][0:7]:
|
if f == data['sha'][0:7]:
|
||||||
break
|
break
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user