Skip to content

Commit 25ed328

Browse files
Fixed a small bug of unquoted string.
1 parent bc7d5fa commit 25ed328

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webhooks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ def index():
101101
]
102102

103103
# Run scripts
104-
silent = config.get(return_scripts_info, False)
104+
silent = config.get('return_scripts_info', False)
105105
ran = {}
106106
for s in scripts:
107107
if isfile(s) and access(s, X_OK):

0 commit comments

Comments
 (0)