From a1d93f62891964b81677ab98ce77b565b258a7b1 Mon Sep 17 00:00:00 2001 From: Aevann Date: Thu, 1 Feb 2024 22:09:00 +0200 Subject: [PATCH] add dot --- files/routes/static.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/routes/static.py b/files/routes/static.py index 796b76155..b6e7c20b4 100644 --- a/files/routes/static.py +++ b/files/routes/static.py @@ -442,5 +442,5 @@ if SITE == 'watchpeopledie.tv': req = requests.get(f'http://ipinfo.io/{ip}/json') country = json.loads(req.text)['country'] if country == 'AU': - abort(403, "This video is blocked in Australia") + abort(403, "This video is blocked in Australia.") return send_file('/videos/1706708037797343.mp4')