From 23948442cbfeb7b867da8686e92a4afde5738c14 Mon Sep 17 00:00:00 2001 From: randogoth Date: Sun, 21 May 2023 21:57:52 +0300 Subject: [PATCH] content type --- web/nfc-theme/static/cgi/track.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/nfc-theme/static/cgi/track.cgi b/web/nfc-theme/static/cgi/track.cgi index 42de89c..787b375 100644 --- a/web/nfc-theme/static/cgi/track.cgi +++ b/web/nfc-theme/static/cgi/track.cgi @@ -1,5 +1,5 @@ #!/usr/bin/python3 -print "Content-type:text/html\r\n\r\n" +print("Content-type:text/html\r\n\r\n") import cgi import json import os