We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 882a58e commit c23f831Copy full SHA for c23f831
bandwith.py
@@ -11,7 +11,15 @@
11
if option < 1 or option > 4:
12
sleep(2)
13
print('🤖 Sorry, you have entered the wrong option')
14
-
+else:
15
+ sleep(1)
16
+ print()
17
+ print('Please wait test in progress...⌛️')
18
+ download_speed = round(speed.download()/1000000, 3)
19
+ upload_speed = round(speed.upload()/1000000, 3)
20
+ print('One moment please 🙂')
21
+ sleep(2.5)
22
23
24
if option == 1:
25
print(f'The download speed is ', download_speed, ' Mbps')
0 commit comments