From f5b9f56eff3ffd70e7a388eb1fd86c46bfae5249 Mon Sep 17 00:00:00 2001 From: Anand Doshi Date: Thu, 26 Apr 2012 11:11:11 +0530 Subject: [PATCH] fix in scheduler typo --- py/webnotes/utils/scheduler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/py/webnotes/utils/scheduler.py b/py/webnotes/utils/scheduler.py index 9d66f70922..a2122a3b99 100644 --- a/py/webnotes/utils/scheduler.py +++ b/py/webnotes/utils/scheduler.py @@ -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