args cleanup and full configuration in config file possible now. lot of refactoring and tons of cleanups

This commit is contained in:
Johannes Findeisen 2022-08-29 01:33:19 +02:00
commit d7f74f3914
12 changed files with 157 additions and 199 deletions

View file

@ -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