Changeset 36 for remote_control
- Timestamp:
- 02/06/10 05:41:15 (12 years ago)
- Location:
- remote_control
- Files:
-
- 1 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
remote_control/puzzlebox_brainstorms_server.py
r31 r36 9 9 # For more information please refer to http://www.gnu.org/copyleft/gpl.html 10 10 # 11 # Last Update: 2010.02.0 311 # Last Update: 2010.02.05 12 12 # 13 13 ##################################################################### … … 57 57 58 58 59 command_line = 'python puzzlebox_brainstorms_r c.py --command=%s' % command59 command_line = 'python puzzlebox_brainstorms_remote_control.py --command=%s' % command 60 60 61 61 os.system(command_line)
Note: See TracChangeset
for help on using the changeset viewer.