diff options
Diffstat (limited to 'testing')
-rw-r--r-- | testing/test.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/testing/test.py b/testing/test.py index 0a14417a..ebb2b16d 100644 --- a/testing/test.py +++ b/testing/test.py @@ -9,5 +9,4 @@ if stream: for message in response: print(message) else: - print(response) - + print(response)
\ No newline at end of file |