luci/applications/luci-app-ssrserver-python/root/usr/share/ssr/switchrule.py
2022-02-15 21:36:48 +08:00

9 lines
181 B
Python

def getKeys(key_list):
return key_list
#return key_list + ['plan'] # append the column name 'plan'
def isTurnOn(row):
return True
#return row['plan'] == 'B' # then judge here