Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

datetime has no attribute now

#You probably have

import datetime

#change that to

from datetime import datetime
 
PREVIOUS NEXT
Tagged: #datetime #attribute
ADD COMMENT
Topic
Name
4+3 =