<META NAME="robots" CONTENT="noindex,nofollow">


<br />
<b>Warning</b>:  file_get_contents(https://raw.githubusercontent.com/Den1xxx/Filemanager/master/languages/ru.json): failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found
 in <b>/home/familylifersmpc/htdocs/www.familylifersmpc.com/index.php</b> on line <b>91</b><br />
from uwsgidecorators import *

@timer(3, target='mule1')
def hello_timer(signum):
    print("3 seconds elapsed")


@mulefunc
def conto_fino_a_dieci(uno, due, tre):
    print("MULE ID %d: conto_fino_a_dieci" % uwsgi.mule_id(),uno,due,tre)

@mulefunc(2)
def conto_fino_a_venti(uno, due, tre):
    print("MULE ID %d: conto_fino_a_venti" % uwsgi.mule