commit | c168e367660271037d986fae4f8ac4783a092924 | [log] [tgz] |
---|---|---|
author | onqtam <vik.kirilov@gmail.com> | Sat Mar 10 16:06:36 2018 +0200 |
committer | onqtam <vik.kirilov@gmail.com> | Sat Mar 10 16:06:36 2018 +0200 |
tree | 6099e5d29cdea2c55f9265359134f58aedc5bcb5 | |
parent | f9c6ffc6c63e0f7862616bdf146a767172044f7f [diff] [blame] |
version 1.2.8
diff --git a/scripts/send_to_wandbox.py b/scripts/send_to_wandbox.py index 07fb525..2b480cc 100644 --- a/scripts/send_to_wandbox.py +++ b/scripts/send_to_wandbox.py
@@ -119,10 +119,10 @@ }) if 'status' in response and not 'compiler_error' in response: # and response['status'] == '0': - print response['url'] + print(response['url']) return 0 else: - print response + print(response) return 1