Esempio n. 1
0
def put_offline():
    try:
        status.turn_off()#.status = STAT_OFF
        #engine.stop_server()
        #share.upload_manager.stop_daemon()
    except:
        pass
Esempio n. 2
0
def turn_off():
    try:
        status.turn_off()
    except:
        pass