Add encoding declaration to people_daily recipe

This commit is contained in:
Kovid Goyal 2021-04-18 16:09:45 +05:30
parent e9e53e767b
commit a4463603f8
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -1,3 +1,5 @@
#!/usr/bin/env python
# vim:fileencoding=utf-8
from calibre.web.feeds.news import BasicNewsRecipe from calibre.web.feeds.news import BasicNewsRecipe
import os import os
import time import time