@@ -28,7 +28,9 class ControllerThread(threading.Thread, Project): | |||||
28 |
|
28 | |||
29 | def pause(self): |
|
29 | def pause(self): | |
30 | self.control['pause'] = not(self.control['pause']) |
|
30 | self.control['pause'] = not(self.control['pause']) | |
31 |
|
31 | |||
|
32 | return self.control['pause'] | |||
|
33 | ||||
32 | def __run(self): |
|
34 | def __run(self): | |
33 |
|
35 | |||
34 |
|
36 |
1 | NO CONTENT: file was removed, binary diff hidden |
|
NO CONTENT: file was removed, binary diff hidden |
General Comments 0
You need to be logged in to leave comments.
Login now