HackerShackOfficial / AI-Smart-Mirror

Smart Mirror with a smart AI 🤖
MIT License
536 stars 217 forks source link

Found face traceback print error bot.py #86

Closed aak2003 closed 6 years ago

aak2003 commented 6 years ago

When I run python bot.py I get an error saying Line 41 Print "Found face"

Missing parentheses ....(some other few words....) 'print'

Even though everything else works fine and even virtual environment is on

aak2003 commented 6 years ago

Also it is a syntax error

Josh4you commented 6 years ago

Try Putting the line 41 as Print("Found Face ")

If possible it won't cause the next Nuclear Explosion.:)

aak2003 commented 6 years ago

Thanks it worked