fix in scheduler typo
This commit is contained in:
parent
4af6205af1
commit
f5b9f56eff
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@ def execute():
|
|||
if not webnotes.conn:
|
||||
webnotes.connect()
|
||||
|
||||
webnotes.connect.begin()
|
||||
webnotes.conn.begin()
|
||||
out = []
|
||||
|
||||
# if first task of the day execute daily tasks
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue