args cleanup and full configuration in config file possible now. lot of refactoring and tons of cleanups
This commit is contained in:
parent
c8bde6f22b
commit
d7f74f3914
12 changed files with 157 additions and 199 deletions
|
|
@ -28,7 +28,8 @@ logger = getLogger(__name__)
|
|||
class Speedtest:
|
||||
|
||||
def __init__(self, configuration):
|
||||
self.configuration = configuration
|
||||
self.__configuration = configuration
|
||||
|
||||
self.download = None
|
||||
self.upload = None
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue