Exemple #1
0
 def _take_rc_button_fired(self):
     ''' Take fourshot '''
     
     rc_control = xmlrpclib.ServerProxy("http://127.0.0.1:%i" % Options.rc_port)
     files = Fourshot.fourshot(rc_control)
     
     for t in files:
         logger.info("%s -- fourshot" % t)
Exemple #2
0
    def _take_rc_button_fired(self):
        ''' Take fourshot '''

        rc_control = xmlrpclib.ServerProxy("http://127.0.0.1:%i" %
                                           Options.rc_port)
        files = Fourshot.fourshot(rc_control)

        for t in files:
            logger.info("%s -- fourshot" % t)
Exemple #3
0
def fourshot(ets = None):
    Fourshot.fourshot(rc_control, ets)
Exemple #4
0
def fourshot(ets=None):
    Fourshot.fourshot(rc_control, ets)