@@ -332,8 +332,8 | |||||
332 | file.append("xxxxxx") No newline at end of file |
|
332 | file.append("xxxxxx") | |
333 | relay.append("xxxxxx") No newline at end of file |
|
333 | relay.append("xxxxxx") | |
334 | else: |
|
334 | else: | |
No newline at end of file |
|
335 | file.append(i[16:22]) | ||
335 | file.append(i[14:20]) |
|
No newline at end of file | ||
No newline at end of file |
|
336 | relay.append(i[23:29]) No newline at end of file | ||
336 | relay.append(i[21:27]) No newline at end of file |
|
|||
337 | #Loop to generate a status No newline at end of file |
|
337 | #Loop to generate a status | |
338 | for i in range(64): No newline at end of file |
|
338 | for i in range(64): | |
339 | if file[i] == "xxxxxx": No newline at end of file |
|
339 | if file[i] == "xxxxxx": |
General Comments 0
You need to be logged in to leave comments.
Login now