Fix syntax

This commit is contained in:
XelXen 2022-09-18 10:51:39 +05:30 committed by GitHub
parent 725389bce4
commit a1fa3cafea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
.github/sign.py vendored
View File

@ -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])