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
commitff759b50e5aadc3c973724021ec9fca3759f9639 (patch)
tree7c57f0894591a6ea27c366f9858bc0ef509bad4f /doc/examples/hydrilla.wsgi
parentae96024993f111bcb1e48824f5f63be63ef38b1f (diff)
downloadhaketilo-hydrilla-ff759b50e5aadc3c973724021ec9fca3759f9639.tar.gz
haketilo-hydrilla-ff759b50e5aadc3c973724021ec9fca3759f9639.zip
New upstream version 1.1~beta1upstream/1.1_beta1debian-upstream
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')]))