Skip to content

Commit

Permalink
[ServerUp] Its s not ms
Browse files Browse the repository at this point in the history
  • Loading branch information
sfan5 committed May 11, 2013
1 parent 2463cf1 commit b59a5a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion serverup.py
Expand Up @@ -71,7 +71,7 @@ def serverup(phenny, input):
sock.sendto(buf, (address, port))
sock.close()
end = time.time()
phenny.say("%s is up (%0.3fms)" % (repres,end-start))
phenny.say("%s is up (%0.3fs)" % (repres,end-start))
else:
phenny.say("%s seems to be down " % repres)
except:
Expand Down

0 comments on commit b59a5a2

Please sign in to comment.