Hello

i have this inside my function that is called by the scheduler task

import timedate

myfunc():
 ...
  now=datetime.datetime.now()
  db.log.insert(desc='some test',data=now)
...


but the record is not inserted in the database

why?

-- 



Reply via email to