I am getting this error "AttributeError: 'module' object has no attribute 'Identified'" from my flask app, and main website shows "Unhandled Exception". While the same app is running fine as a localhost on my computer and in my app i have never used a word "Identified" to describe any variable/method/class/module name/. .or any object. My site was running perfectly; and suddenly i got this error. I didn't changed a single line of code in my app. Any idea about how to resolve this?