3 lines
102 B
Python
3 lines
102 B
Python
import json,os
|
|
print(json.dumps({'appRelease':os.path.realpath('/www/wwwroot/im.bchongw.com/app')}))
|