forked from rDrama/rDrama
1
0
Fork 0
master
Aevann 2024-02-01 22:09:00 +02:00
parent 9955fc8f11
commit a1d93f6289
1 changed files with 1 additions and 1 deletions

View File

@ -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')