Index: abp/filters/render_script.py |
=================================================================== |
--- a/abp/filters/render_script.py |
+++ b/abp/filters/render_script.py |
@@ -45,7 +45,7 @@ |
"""Entry point for the rendering script (flrender).""" |
sources = { |
'http': WebSource('http'), |
- 'https': WebSource('https') |
+ 'https': WebSource('https'), |
} |
args = parse_args() |