From 8e50cb149052c3d25a0d1741d8fb68ce279bdb17 Mon Sep 17 00:00:00 2001 From: Mouslem Bouchamekh <56190943+Mouslem@users.noreply.github.com> Date: Tue, 1 Oct 2024 17:01:39 -0400 Subject: [PATCH] Update speedtest.py instead op python its python3 :) --- speedtest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/speedtest.py b/speedtest.py index 186b529..2abd9a9 100755 --- a/speedtest.py +++ b/speedtest.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Copyright 2012 Matt Martz # All Rights Reserved.