Skip to content

Commit

Permalink
:P
Browse files Browse the repository at this point in the history
  • Loading branch information
Rismal Ray Vaughn committed May 1, 2013
1 parent 3435807 commit a4521be
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions 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 %b %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 Expand Up @@ -570,8 +570,8 @@ def TestSpeed(self):

self.TestDownload()
self.TestUpload()
#_rml adding self.timetest
print_result("%0.2f,%0.2f,\"%s\",\"%s\",\"%s\" \n" % (self.down_speed, self.up_speed, self.units, self.servers, self.testtime))
#_rml adding self.timeTest
print_result("%0.2f,%0.2f,\"%s\",\"%s\",\"%s\" \n" % (self.down_speed, self.up_speed, self.units, self.servers, self.testTime))

def ListServers(self, num=0):

Expand Down

0 comments on commit a4521be

Please sign in to comment.