From 75bc43e7da70bad381bec280d7b4f10d0baaeeef Mon Sep 17 00:00:00 2001 From: Graham Northup Date: Tue, 31 Jan 2017 00:29:17 -0500 Subject: SIlly bugfix to client test --- client.py | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/client.py b/client.py index 5c394e8..47202bc 100644 --- a/client.py +++ b/client.py @@ -402,13 +402,16 @@ if options.gui: guithread.start() if options.test: - FREQ = 440 + FREQS[0] = 440 + EXPIRATIONS[0] = time.time() + 1 time.sleep(1) - FREQ = 0 + FREQS[0] = 0 time.sleep(1) - FREQ = 880 + FREQS[0] = 880 + EXPIRATIONS[0] = time.time() + 1 time.sleep(1) - FREQ = 440 + FREQS[0] = 440 + EXPIRATIONS[0] = time.time() + 2 time.sleep(2) exit() -- cgit v1.2.3-70-g09d2