From 09f27aaebfa90967a12c391438c2f11ffe7ca3a6 Mon Sep 17 00:00:00 2001 From: XelXen <78258352+XelXen@users.noreply.github.com> Date: Sun, 18 Sep 2022 11:20:46 +0530 Subject: [PATCH] print sha --- .github/pkg.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/pkg.py b/.github/pkg.py index f40440d9d..419d2c0ae 100644 --- a/.github/pkg.py +++ b/.github/pkg.py @@ -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