mirror of
https://github.com/libre-tube/LibreTube.git
synced 2025-04-28 07:50:31 +05:30
Fix syntax
This commit is contained in:
parent
725389bce4
commit
a1fa3cafea
2
.github/sign.py
vendored
2
.github/sign.py
vendored
@ -1,5 +1,5 @@
|
||||
from json import load
|
||||
|
||||
data = load(open(commit.json))
|
||||
data = load(open("commit.json"))
|
||||
f = open('sign.txt', "w")
|
||||
f.write(data['sha'][0:7])
|
Loading…
x
Reference in New Issue
Block a user