Skip to content

Commit b9c4f31

Browse files
authored
Fix scheduler wrong import of utcnow() (#723)
Also fixes web2py/py4web#948
1 parent 851f446 commit b9c4f31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pydal/tools/scheduler.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
from pydal import DAL, Field
2020
from pydal.validators import IS_IN_SET
21-
from utils import utcnow
21+
from ..utils import utcnow
2222

2323

2424
def now():

0 commit comments

Comments
 (0)