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 708783a commit 882a58eCopy full SHA for 882a58e
bandwith.py
@@ -11,15 +11,8 @@
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
if option == 1:
24
print(f'The download speed is ', download_speed, ' Mbps')
25
elif option == 2:
0 commit comments