- Timestamp:
- 07/01/10 14:15:14 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
remote_control/puzzlebox_brainstorms_network_server_thinkgear.py
r81 r82 49 49 # an adult blinks in a laboratory setting) 50 50 51 DEFAULT_SAMPLE_WAVELENGTH = 20 # number of seconds from 0 to max to 0 for51 DEFAULT_SAMPLE_WAVELENGTH = 30 # number of seconds from 0 to max to 0 for 52 52 # any given detection value below 53 53 … … 298 298 del self.packet_queue[0] 299 299 300 connection_index = 0301 302 300 for connection in self.connections: 303 301 … … 305 303 306 304 self.sendResponse(connection, packet) 307 308 309 connection_index += 1310 305 311 306
Note: See TracChangeset
for help on using the changeset viewer.