Added short docu. for choosing server and also added my prefered server
This commit is contained in:
parent
648b2b5fa7
commit
396623106a
2
main.py
2
main.py
@ -11,7 +11,7 @@ serverdatabase = "telegraf"
|
|||||||
servernickname = 'Yoo01pn.ddns.net'
|
servernickname = 'Yoo01pn.ddns.net'
|
||||||
|
|
||||||
def speed(): # Actual Speedtest using speedtest-cli
|
def speed(): # Actual Speedtest using speedtest-cli
|
||||||
servers = [] # If you want to test against a specific server eg.
|
servers = ['19249'] # If you want to test against a specific server eg. ['13030'] or [] for closest server
|
||||||
threads = 4
|
threads = 4
|
||||||
# Choose the amount of threads to use for the test
|
# Choose the amount of threads to use for the test
|
||||||
test = speedtest.Speedtest()
|
test = speedtest.Speedtest()
|
||||||
|
|||||||
Reference in New Issue
Block a user