mirror of
https://github.com/frappe/erpnext.git
synced 2026-08-26 05:15:20 +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") |