def dwell(self):
		result = SweepController.dwell(self)

		# Prevent the GUI from locking up.
		sleep(0.005)

		return result
예제 #2
0
	def dwell(self):
		result = SweepController.dwell(self)

		# Prevent the GUI from locking up.
		sleep(0.005)

		return result