- Timestamp:
- 12/29/10 15:12:26 (12 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/tool/renetcolGUI.py
r116 r148 622 622 old_record_file.close() 623 623 now2 = time.time() 624 reste = 3 60-(operator.mod(now2,360))625 myTimer = threading.Timer(3 60.0,timer_action)624 reste = 300-(operator.mod(now2,300)) 625 myTimer = threading.Timer(300.0,timer_action) 626 626 myTimer.start() 627 627 … … 635 635 print "STARTING RECORD ROTATION" 636 636 now2 = time.time() 637 reste = 3 60-(operator.mod(now2,360))638 myTimer = threading.Timer(3 60,timer_action)637 reste = 300-(operator.mod(now2,300)) 638 myTimer = threading.Timer(300,timer_action) 639 639 myTimer.start() 640 640 if widget.get_active() == 0: