From e3f94592109a476426b6c2945c4a8a8943f572ad Mon Sep 17 00:00:00 2001 From: slinderud Date: Sun, 8 Dec 2019 13:39:31 +0100 Subject: templating: spelling is hard --- templating/templating.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templating/templating.py') diff --git a/templating/templating.py b/templating/templating.py index 55bb3f5..1eff4a3 100755 --- a/templating/templating.py +++ b/templating/templating.py @@ -71,7 +71,7 @@ def root_get(path): except requests.exceptions.HTTPError as err: return f'HTTP error from gondul: {err}', 500 except Exception as err: - return f'Uncaight error: {err}', 500 + return f'Uncaught error: {err}', 500 return body, 200 -- cgit v1.2.3