fixed the getispeed function

main
Your Name 2025-05-12 12:32:30 +02:00
parent 1fd7e25198
commit 96b8b70cdd
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ import sys
import speedtest
def main():
s = speedtest.Speedtest()
s = speedtest.Speedtest(secure=True)
if (sys.argv[1] == 'd') or (sys.argv[1] == 'b'):
gbdl = round( s.download() / (1024**3) , 2)