mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-17 08:35:00 +00:00
4 lines
120 B
Python
4 lines
120 B
Python
from __future__ import unicode_literals
|
|
def execute():
|
|
import webnotes
|
|
webnotes.conn.sql("delete from __SessionCache") |