@@ -179,6 +179,7 class RCConfiguration(Configuration): | |||||
179 | self.time_after = data['time_after'] |
|
179 | self.time_after = data['time_after'] | |
180 | self.sync = data['sync'] |
|
180 | self.sync = data['sync'] | |
181 | self.sampling_reference = data['sampling_reference'] |
|
181 | self.sampling_reference = data['sampling_reference'] | |
|
182 | self.save() | |||
182 | self.clean_lines() |
|
183 | self.clean_lines() | |
183 |
|
184 | |||
184 | lines = [] |
|
185 | lines = [] |
General Comments 0
You need to be logged in to leave comments.
Login now