From 464048bf42aff7acbd347287e62b2806c8ee3bd8 Mon Sep 17 00:00:00 2001 From: Chris Mayo Date: Thu, 28 Jan 2021 19:20:24 +0000 Subject: [PATCH] Use python3 for cgi-bin/lc.wsgi --- cgi-bin/lc.wsgi | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/cgi-bin/lc.wsgi b/cgi-bin/lc.wsgi index 109cd0ec..9090d3db 100644 --- a/cgi-bin/lc.wsgi +++ b/cgi-bin/lc.wsgi @@ -1,5 +1,4 @@ -#!/usr/bin/python -# -*- coding: iso-8859-1 -*- +#!/usr/bin/python3 # Copyright (C) 2012 Bastian Kleineidam # # This program is free software; you can redistribute it and/or modify