diff --git a/abra.sh b/abra.sh index a5e0bf1..6c20e27 100644 --- a/abra.sh +++ b/abra.sh @@ -178,7 +178,7 @@ for name, url in applications.items(): quieten(){ # 'SyntaxWarning|version_regex|"http\[' # is a workaround to get rid of some verbose syntax warnings, this might be fixed with another version - grep -Pv '"level": "(info|debug)"|SyntaxWarning|version_regex|"http\[' + grep -Pv '"level": "(info|debug)"|SyntaxWarning|version_regex|"http\[|RuntimeWarning:' } add_email_templates(){