Skip to content

Commit b59a5a2

Browse files
committed
[ServerUp] Its s not ms
1 parent 2463cf1 commit b59a5a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

serverup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ def serverup(phenny, input):
7171
sock.sendto(buf, (address, port))
7272
sock.close()
7373
end = time.time()
74-
phenny.say("%s is up (%0.3fms)" % (repres,end-start))
74+
phenny.say("%s is up (%0.3fs)" % (repres,end-start))
7575
else:
7676
phenny.say("%s seems to be down " % repres)
7777
except:

0 commit comments

Comments
 (0)