Skip to content

Commit 9ea5145

Browse files
committed
OpenWhisk: set debut as configured by the user
1 parent e100998 commit 9ea5145

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deepaas/openwhisk/proxy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ def complete(response):
149149

150150
def main():
151151
proxy = web.Application(
152-
debug=False,
152+
debug=CONF.debug,
153153
client_max_size=CONF.client_max_size,
154154
)
155155
proxy.initialized = False

0 commit comments

Comments
 (0)