scheduler fix
This commit is contained in:
parent
5747ca08c4
commit
24f49e6742
1 changed files with 1 additions and 1 deletions
|
|
@ -89,7 +89,7 @@ class Scheduler:
|
|||
import webnotes, webnotes.defs, webnotes.db
|
||||
|
||||
try:
|
||||
webnotes.conn = webnotes.db.Database(user=db_name, password=webnotes.defs.db_password)
|
||||
webnotes.conn = webnotes.db.Database(user=db_name, password=webnotes.get_db_password(db_name))
|
||||
webnotes.session = {'user':'Administrator'}
|
||||
|
||||
module = '.'.join(event.split('.')[:-1])
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue