Skip to content

Commit e93186f

Browse files
1 parent 64bd54b commit e93186f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

webhooks.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,6 @@ def index():
116116

117117
proc = Popen(
118118
[s, tmpfile, event],
119-
shell=True,
120119
stdout=PIPE, stderr=PIPE
121120
)
122121
stdout, stderr = proc.communicate()

0 commit comments

Comments
 (0)