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 ff6ea1d commit b698541Copy full SHA for b698541
myDevices/cloud/download_speed.py
@@ -9,7 +9,7 @@
9
from myDevices.os.daemon import Daemon
10
from myDevices.os.threadpool import ThreadPool
11
12
-defaultUrl = "http://updates.mydevices.com/test/10MB.zip"
+defaultUrl = "https://updates.mydevices.com/test/10MB.zip"
13
download_path = "/etc/myDevices/test"
14
mb = 1024*1024
15
#in seconds download Rate = 24 hours
0 commit comments