From 2dde018cefd602106861243ad1b7c8c01c2ca9ba Mon Sep 17 00:00:00 2001 From: dotcomboom Date: Thu, 7 Feb 2019 19:26:12 -0600 Subject: [PATCH] Update handle docstring --- pituophis/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pituophis/__init__.py b/pituophis/__init__.py index 8270e3b..3a6c6b6 100755 --- a/pituophis/__init__.py +++ b/pituophis/__init__.py @@ -343,8 +343,8 @@ def parse_gophermap(source, def_host='127.0.0.1', def_port='70', gophermap_dir=' def handle(request): """ *Server.* Default handler function for Gopher requests while hosting a server. - Serves files and directories from the pub/ directory. If you need to customize, - or change the directory to serve, you can copy/paste the function. + Serves files and directories from the pub/ directory by default, but the path can + be changed in serve's pub_dir argument or changing the Request's pub_dir directory. """ ##### pub_dir = request.pub_dir