Skip to content

Commit 45b5add

Browse files
authored
Update SpeedTest.py
1 parent 5ec20b1 commit 45b5add

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

speedTest/SpeedTest.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
st = speedtest.Speedtest(secure=True)
55

6-
#information about server for the ping test
6+
# information about server for the ping test
77
names = st.get_servers()
88

99
download = st.download() / 1048576
@@ -24,4 +24,4 @@
2424
message=f"Download Speed: {download:.2f} Mbps, \nUpload Speed: {upload:.2f} Mbps,\nPing: {ping} ms",
2525
# displaying time
2626
timeout=5
27-
)
27+
)

0 commit comments

Comments
 (0)