Exemplo n.º 1
0
def main(conf):
    """ just call to LycheeSyncer """

    #DELEGATE WORK TO LYCHEESYNCER
    s = LycheeSyncer(conf)
    s.sync()
Exemplo n.º 2
0
def main(conf):
    """ just call to LycheeSyncer """

    # DELEGATE WORK TO LYCHEESYNCER
    s = LycheeSyncer(conf)
    s.sync()