fix --share option

This commit is contained in:
Zhang 2020-04-16 04:47:08 +08:00
parent b49440786d
commit 08cbbe0c31
1 changed files with 1 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
# Copyright 2012 Matt Martz
# All Rights Reserved.
@ -1103,7 +1103,6 @@ class Speedtest(object):
self.results = SpeedtestResults(
client=self.config['client'],
opener=self._opener,
secure=secure,
)