CroatianMeteorNetwork / RMS

RPi Meteor Station
https://globalmeteornetwork.org/
GNU General Public License v3.0
176 stars 49 forks source link

Fix ping on windows #124

Closed markmac99 closed 2 years ago

markmac99 commented 2 years ago

subprocess.call expects each parameter to be in a separate list element so the -c or -1 and 1 must be separated.

markmac99 commented 2 years ago

cancelling as adalava already submitted a fix that is pending application to Master