From 06899a9ca181031f4afbdd596fd6c095c771ed0f Mon Sep 17 00:00:00 2001 From: Maksymilian Potok Date: Sat, 5 Dec 2020 22:14:06 +0100 Subject: [PATCH] fixed flake8 --- speedtest.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/speedtest.py b/speedtest.py index c61f054..50aef79 100755 --- a/speedtest.py +++ b/speedtest.py @@ -1,5 +1,4 @@ -#! /usr/bin/python3 -#! /usr/bin/env python +#!/usr/bin/env python # -*- coding: utf-8 -*- # Copyright 2012 Matt Martz # All Rights Reserved.