aboutsummaryrefslogtreecommitdiff
path: root/doc/examples/hydrilla.wsgi
diff options
context:
space:
mode:
authorWojtek Kosior <koszko@koszko.org>2022-06-15 17:33:07 +0200
committerWojtek Kosior <koszko@koszko.org>2022-06-15 17:33:07 +0200
commit3b50a93151ae4b197b44578b6e0eb3552b1895c6 (patch)
treea8d7be6773f810d1ffc971ed5ad84f3c895135e9 /doc/examples/hydrilla.wsgi
parentc50d1505d307bf6711d12001d173ae14d91548ab (diff)
parentff759b50e5aadc3c973724021ec9fca3759f9639 (diff)
downloadhaketilo-hydrilla-3b50a93151ae4b197b44578b6e0eb3552b1895c6.tar.gz
haketilo-hydrilla-3b50a93151ae4b197b44578b6e0eb3552b1895c6.zip
Update upstream source from tag 'upstream/1.1_beta1'
Update to upstream version '1.1~beta1' with Debian dir f4a8cf6c148c483e4efd4e885ebc690eea98b8c1
Diffstat (limited to 'doc/examples/hydrilla.wsgi')
-rw-r--r--doc/examples/hydrilla.wsgi3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/examples/hydrilla.wsgi b/doc/examples/hydrilla.wsgi
index 70dd895..480722d 100644
--- a/doc/examples/hydrilla.wsgi
+++ b/doc/examples/hydrilla.wsgi
@@ -23,5 +23,6 @@ application = start_wsgi(standalone_mode=False)
# Comment the above and uncomment this to use a different config file.
#from hydrilla.server import config
+#from pathlib import Path
#application = start_wsgi(standalone_mode=False,
-# obj=config.load(['/path/to/config.json']))
+# obj=config.load([Path('/path/to/config.json')]))