|
|
@ -7,6 +7,11 @@ import time |
|
|
|
import re |
|
|
|
import re |
|
|
|
import json |
|
|
|
import json |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# print(sys.platform) |
|
|
|
|
|
|
|
if sys.platform != "darwin": |
|
|
|
|
|
|
|
os.chdir("/www/server/mdserver-web") |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
sys.path.append(os.getcwd() + "/class/core") |
|
|
|
sys.path.append(os.getcwd() + "/class/core") |
|
|
|
import mw |
|
|
|
import mw |
|
|
|
|
|
|
|
|
|
|
|