Index: DialysateGenerator.py =================================================================== diff -u -rbacdac2eb5cc03bfad1c55e9a3cb0f2f4bda95f5 -rdcef300220f44f1bdc68e35dcee7bba1fc6e2a08 --- DialysateGenerator.py (.../DialysateGenerator.py) (revision bacdac2eb5cc03bfad1c55e9a3cb0f2f4bda95f5) +++ DialysateGenerator.py (.../DialysateGenerator.py) (revision dcef300220f44f1bdc68e35dcee7bba1fc6e2a08) @@ -91,9 +91,9 @@ def test_fill_print(packet): if packet is not False: - print("f", end="") + print("f") else: - print("t", end="") + print("t") if __name__ == "__main__": @@ -104,14 +104,14 @@ test_packet = test_dg.fill('start') test_fill_print(test_packet) - sleep(2) + sleep(20) test_packet = test_dg.fill('stop') test_fill_print(test_packet) - sleep(1) - test_packet = test_dg.fill('start') - test_fill_print(test_packet) +# sleep(1) +# test_packet = test_dg.fill('start') +# test_fill_print(test_packet) - sleep(2) - test_packet = test_dg.fill('start') - test_fill_print(test_packet) +# sleep(2) +# test_packet = test_dg.fill('start') +# test_fill_print(test_packet)