mirror of
https://github.com/libre-tube/LibreTube.git
synced 2025-01-07 10:00:31 +05:30
5 lines
111 B
Python
5 lines
111 B
Python
from json import load
|
|
|
|
data = load(open("commit.json"))
|
|
f = open('sign.txt', "w")
|
|
f.write(data['sha'][0:7]) |