mirror of https://github.com/midoks/mdserver-web
parent
d2e7864b55
commit
647323786b
@ -0,0 +1,21 @@ |
|||||||
|
# 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 ----- ### |
Loading…
Reference in new issue