Changeset 56 for remote_control/puzzlebox_brainstorms_client_thinkgear.py
- Timestamp:
- 06/21/10 10:33:40 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
remote_control/puzzlebox_brainstorms_client_thinkgear.py
r55 r56 9 9 # For more information please refer to http://www.gnu.org/copyleft/gpl.html 10 10 # 11 # Last Update: 2010.06. 1811 # Last Update: 2010.06.21 12 12 # 13 13 ##################################################################### … … 40 40 THINKGEAR_PARAMETERS = {"enableRawOutput": False, "format": "Json"} 41 41 #THINKGEAR_PARAMETERS = {"enableRawOutput": True, "format": "Json"} 42 #THINKGEAR_PARAMETERS = configuration.FLASH_POLICY_FILE_REQUEST 42 43 43 44 ##################################################################### … … 156 157 print line 157 158 158 159 if self.DEBUG: 160 if ('rawEeg' in data.keys()): 161 if self.DEBUG > 1: 159 else: 160 if self.DEBUG: 161 if ('rawEeg' in data.keys()): 162 if self.DEBUG > 1: 163 print "data:", 164 print data 165 else: 162 166 print "data:", 163 167 print data 164 else:165 print "data:",166 print data167 168 168 169
Note: See TracChangeset
for help on using the changeset viewer.