22 lines
283 B
Python
22 lines
283 B
Python
|
|
# coding: utf-8
|
||
|
|
|
||
|
|
import psutil
|
||
|
|
import time
|
||
|
|
import os
|
||
|
|
import sys
|
||
|
|
import public
|
||
|
|
import re
|
||
|
|
import json
|
||
|
|
import pwd
|
||
|
|
|
||
|
|
from flask import request
|
||
|
|
|
||
|
|
|
||
|
|
class crontab_api:
|
||
|
|
|
||
|
|
def __init__(self):
|
||
|
|
pass
|
||
|
|
|
||
|
|
##### ----- start ----- ###
|
||
|
|
##### ----- start ----- ###
|