Skip to content

Commit b698541

Browse files
committed
Use HTTPS for download URL.
1 parent ff6ea1d commit b698541

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

myDevices/cloud/download_speed.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
from myDevices.os.daemon import Daemon
1010
from myDevices.os.threadpool import ThreadPool
1111

12-
defaultUrl = "http://updates.mydevices.com/test/10MB.zip"
12+
defaultUrl = "https://updates.mydevices.com/test/10MB.zip"
1313
download_path = "/etc/myDevices/test"
1414
mb = 1024*1024
1515
#in seconds download Rate = 24 hours

0 commit comments

Comments
 (0)