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