mirror of
https://github.com/sivel/speedtest-cli.git
synced 2026-01-22 19:47:06 +01:00
pep8 logic fix
This commit is contained in:
@@ -184,7 +184,7 @@ def get_attributes_by_tag_name(dom, tag_name):
|
||||
|
||||
def print_dots(current, total, start=False, end=False):
|
||||
sys.stdout.write('.')
|
||||
if current + 1 == total and end == True:
|
||||
if current + 1 == total and end is True:
|
||||
sys.stdout.write('\n')
|
||||
sys.stdout.flush()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user