From 91ef34726c1e790d28132a191eb634b7f5c2d6e9 Mon Sep 17 00:00:00 2001 From: Kevin F Date: Sun, 3 Oct 2021 07:07:12 +0000 Subject: [PATCH] bind to 0.0.0.0 for now --- imgin/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/imgin/__init__.py b/imgin/__init__.py index c819c8f..aff5747 100644 --- a/imgin/__init__.py +++ b/imgin/__init__.py @@ -63,4 +63,4 @@ def start_server(): pass mkdir(IMAGE_CACHE) - run(server='gevent') \ No newline at end of file + run(server='gevent', host='0.0.0.0') \ No newline at end of file