Update speedtest.py

updated to fix use with Unraid plugin
This commit is contained in:
shiftylilbastrd 2021-05-26 16:12:21 -07:00 committed by GitHub
parent 42e96b13dd
commit 16c5c4a04e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1686,8 +1686,8 @@ def ctrl_c(shutdown_event):
def version():
"""Print the version"""
printer('speedtest-cli %s' % __version__)
printer('Python %s' % sys.version.replace('\n', ''))
printer(__version__)
#printer('Python %s' % sys.version.replace('\n', ''))
sys.exit(0)