forked from 3wordchant/capsul-flask
6 lines
174 B
Python
6 lines
174 B
Python
|
|
from capsulflask import create_app
|
|
from capsulflask.http_client import MyHTTPClient
|
|
|
|
app = create_app(lambda timeout_seconds: MyHTTPClient(timeout_seconds=timeout_seconds))
|