Closed antoniolocandro closed 6 years ago
Line 476
print "----------%s----------" % datetime.datetime.now()
this gives an error when trying to run script, it doesn't give error with the script once I edited to
print "----------%s----------" % datetime.now()
don't know if this is a bug but it works once I edit it
Line 476
print "----------%s----------" % datetime.datetime.now()
this gives an error when trying to run script, it doesn't give error with the script once I edited to
print "----------%s----------" % datetime.now()
don't know if this is a bug but it works once I edit it