6 lines
87 B
Python
6 lines
87 B
Python
import webnotes
|
|
|
|
def execute():
|
|
from website.utils import clear_cache
|
|
clear_cache()
|
|
|