summaryrefslogtreecommitdiff
path: root/megapixels/app/site
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2018-12-17 20:15:41 +0100
committerJules Laplace <julescarbon@gmail.com>2018-12-17 20:15:41 +0100
commit1c82f7ec6a603978322e16470547731e92e947c6 (patch)
treef7dd44bc94b79013636e5d20edb2b85090e129ec /megapixels/app/site
parent7eb2b4509802388f2fe980a3477dad006cf81016 (diff)
adding verbiage and timing
Diffstat (limited to 'megapixels/app/site')
-rw-r--r--megapixels/app/site/parser.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/megapixels/app/site/parser.py b/megapixels/app/site/parser.py
index ecfae0cb..b3d3a8c2 100644
--- a/megapixels/app/site/parser.py
+++ b/megapixels/app/site/parser.py
@@ -64,7 +64,7 @@ def format_applet(section, s3_path):
else:
command = payload[0]
opt = None
- if command == 'python':
+ if command == 'python' or command == 'javascript' or command == 'code':
return format_section([ section ], s3_path)
applet['command'] = command