datetime now python 3 module has not attribute 'now' code example
Example: datetime has no attribute now
#You probably have
import datetime
#change that to
from datetime import datetime
#You probably have
import datetime
#change that to
from datetime import datetime