Skip to content

Commit

Permalink
fix my own stupidity , i'm so neglectful
Browse files Browse the repository at this point in the history
  • Loading branch information
Rismal Ray Vaughn committed May 1, 2013
1 parent 2e3881f commit 3435807
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tespeed.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def __init__(self, server = "", numTop = 0, servercount = 3, store = False, supp

self.units="Mbit"
self.unit=0
self.testtime = time.strftime(("%d %d %a %Y %H:%M:%S"), time.localtime())
self.testtime = time.strftime(("%d %b %a %Y %H:%M:%S"), time.localtime())
if unit:
self.units="MiB"
self.unit=1
Expand Down

0 comments on commit 3435807

Please sign in to comment.