From 1c8d1a0f2e017c8375e080d691dc2f0af10dd9ae Mon Sep 17 00:00:00 2001 From: Frederick Yin Date: Fri, 19 Jun 2020 19:26:58 +0800 Subject: Main branch now customizable, annotated configs --- git-gmi/gateway.py | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'git-gmi/gateway.py') diff --git a/git-gmi/gateway.py b/git-gmi/gateway.py index 7de077e..f8c4601 100644 --- a/git-gmi/gateway.py +++ b/git-gmi/gateway.py @@ -7,10 +7,6 @@ from os import environ, listdir # this cgi uses \n as newline. -def generate_navigation(repo_name: str): - pass # TODO - - def handle_cgi_request(path: str, query: str): # intended to work with Jetforce. # url: gemini://git.gemini.site/cgi-bin/cgi.py/repo/src/static/css/[index.css] @@ -46,7 +42,7 @@ def handle_cgi_request(path: str, query: str): elif view == "tree": if len(path_trace) == 2: - print("31 master/") + print(f"31 {MAIN_BRANCH}/") return if len(path_trace) > 2: -- cgit v1.2.3