Conversation
cjam
commented
Apr 7, 2017
- updating print statemtents to use parenthesis
- updating print statemtents to use parenthesis
|
hey @MHee, thanks for putting together this repo. I've just been using it for the ArchiveFiles api to pull down archived hydrophone data. Unfortunately, I ran into an issue with opening the wav files in python2x since they are all recorded in 24 bit. So I installed a virtual environment with python3 which has fixes for this, but unfortunately in python3 print is now a function and must be used with parenthesis. This is just a small fix for that. |
|
Hi @cjam thanks for your changes, I will test them and see if it still works with 2.7... I hope you are enjoying the hydrophone data, let me know if you have any questions. |
|
Sounds good @MHee. So far so good, thanks for looking at the PR. |