Update process.py

This commit is contained in:
Torma Kristóf 2019-04-30 23:00:39 +02:00 committed by GitHub
parent 0382666e5e
commit de924a5a37
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -40,7 +40,7 @@ def processFile(fname):
print("Minimum response time was ",minResponse)
pprint(responseCodes)
pprint(responsePerSec)
def processAllFiles():
files=getFiles()
for f in files: