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)
def fourshot(ets = None): Fourshot.fourshot(rc_control, ets)
def fourshot(ets=None): Fourshot.fourshot(rc_control, ets)