LibreTube/.github/sign.py
2022-09-18 10:47:24 +05:30

4 lines
77 B
Python

from json import load
f = open('sign.txt', "w")
f.write(data['sha'][0:7])