LibreTube/.github/sign.py

5 lines
111 B
Python
Raw Normal View History

2022-09-18 10:47:24 +05:30
from json import load
2022-09-18 10:51:39 +05:30
data = load(open("commit.json"))
2022-09-18 10:47:24 +05:30
f = open('sign.txt', "w")
f.write(data['sha'][0:7])