tutorial.eyehunts.com
How to fix NoneType in Python
None denotes that nothing which occurs NoneType error in Python. Use if ... is None check rather than try-except to skip if nothing was found
Rohit