10 lines
201 B
Python
10 lines
201 B
Python
# Copyright (c) 2021, Jingrow Technologies Pvt. Ltd. and Contributors
|
|
# For license information, please see license.txt
|
|
|
|
|
|
import jingrow
|
|
|
|
|
|
def execute():
|
|
jingrow.db.sql("TRUNCATE `tabServer Status`")
|