1
I’m making a code to capture ping in MS of several sites for connection test and in one of the lines (follows below) is giving syntax error, I tried to fix and failed.
if myStats.maxTime destIP<.
1
I’m making a code to capture ping in MS of several sites for connection test and in one of the lines (follows below) is giving syntax error, I tried to fix and failed.
if myStats.maxTime destIP<.
Browser other questions tagged python
You are not signed in. Login or sign up in order to post.
This code doesn’t make much sense. What it is
myStats
?– Leonel Sanches da Silva
A variable that stores network statistics (connection/ping)
– yukimer
Right, and how is it defined? What would be
destIP
?– Leonel Sanches da Silva