From c5159a98b9fc1002195a89cce7a4779f41f81e60 Mon Sep 17 00:00:00 2001 From: Dooho Yi Date: Wed, 6 May 2020 12:08:42 +0900 Subject: [PATCH] =?UTF-8?q?/=20=E2=80=98pelicanconf-localhost.py=E2=80=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pelicanconf-localhost.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pelicanconf-localhost.py b/pelicanconf-localhost.py index 28eed28..a0783d9 100644 --- a/pelicanconf-localhost.py +++ b/pelicanconf-localhost.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- # -import pelicanconf +import ./pelicanconf SITEURL = 'localhost:8000' print(SITEURL)