3 lines
80 B
Python
3 lines
80 B
Python
|
def execute():
|
||
|
import webnotes
|
||
|
webnotes.conn.sql("delete from __SessionCache")
|