[tuxdroid-svn] r6024 - software_suite_v3/software/plugin/plugin-skype/branches/in_out_plugin/execut
Status: Beta
Brought to you by:
ks156
From: jerome <c2m...@c2...> - 2009-12-30 13:55:04
|
Author: jerome Date: 2009-12-30 14:39:30 +0100 (Wed, 30 Dec 2009) New Revision: 6024 Modified: software_suite_v3/software/plugin/plugin-skype/branches/in_out_plugin/executables/plugin-skype.py software_suite_v3/software/plugin/plugin-skype/branches/in_out_plugin/executables/utils.py Log: * Updated sleep delays. Modified: software_suite_v3/software/plugin/plugin-skype/branches/in_out_plugin/executables/plugin-skype.py =================================================================== --- software_suite_v3/software/plugin/plugin-skype/branches/in_out_plugin/executables/plugin-skype.py 2009-12-30 13:23:19 UTC (rev 6023) +++ software_suite_v3/software/plugin/plugin-skype/branches/in_out_plugin/executables/plugin-skype.py 2009-12-30 13:39:30 UTC (rev 6024) @@ -548,7 +548,7 @@ Run main loop. ''' while 1: - time.sleep(1.0) + time.sleep(2.0) ##---------------------------------------------------------------- Modified: software_suite_v3/software/plugin/plugin-skype/branches/in_out_plugin/executables/utils.py =================================================================== --- software_suite_v3/software/plugin/plugin-skype/branches/in_out_plugin/executables/utils.py 2009-12-30 13:23:19 UTC (rev 6023) +++ software_suite_v3/software/plugin/plugin-skype/branches/in_out_plugin/executables/utils.py 2009-12-30 13:39:30 UTC (rev 6024) @@ -250,7 +250,7 @@ #Excetute attached function while stop is not call. if ( self.targetFunct != None ): self.targetFunct() - sleep(0.1) + sleep(1.0) else: break |