diff --git a/modules/updater.py b/modules/updater.py index df790e97..dc8bd560 100644 --- a/modules/updater.py +++ b/modules/updater.py @@ -2,10 +2,15 @@ def updateTor(): + """Currently updates Tor by calling terminal commands using subprocess. - """ - Currently updates Tor by calling terminal commands using subprocess Not a great method and will be replaced in the future. + + Args: + None + + Returns: + None: The return value. """ print("Checking for latest stable release")