mirror of
https://github.com/libre-tube/LibreTube.git
synced 2025-04-27 23:40:33 +05:30
Fix variable name
This commit is contained in:
parent
99d2fc0a36
commit
34822c1728
4
.github/checkrun.py
vendored
4
.github/checkrun.py
vendored
@ -7,8 +7,8 @@ f.close()
|
|||||||
|
|
||||||
data = data['commit']['message']
|
data = data['commit']['message']
|
||||||
|
|
||||||
if "\n\n" in message:
|
if "\n\n" in data:
|
||||||
if message.split("\n\n",1)[-1].split()[0] == "[SILENT]":
|
if data.split("\n\n",1)[-1].split()[0] == "[SILENT]":
|
||||||
system('killall -9 python')
|
system('killall -9 python')
|
||||||
else:
|
else:
|
||||||
print("Silence not found")
|
print("Silence not found")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user