[tuxdroid-svn] r5169 - software_suite_v3/smart-core/smart-server/trunk
Status: Beta
Brought to you by:
ks156
|
From: remi <c2m...@c2...> - 2009-07-25 10:11:53
|
Author: remi
Date: 2009-07-25 12:11:38 +0200 (Sat, 25 Jul 2009)
New Revision: 5169
Modified:
software_suite_v3/smart-core/smart-server/trunk/TDSAutoUpdater.py
Log:
* Updated url to check connection state
Modified: software_suite_v3/smart-core/smart-server/trunk/TDSAutoUpdater.py
===================================================================
--- software_suite_v3/smart-core/smart-server/trunk/TDSAutoUpdater.py 2009-07-25 10:09:25 UTC (rev 5168)
+++ software_suite_v3/smart-core/smart-server/trunk/TDSAutoUpdater.py 2009-07-25 10:11:38 UTC (rev 5169)
@@ -197,7 +197,7 @@
"""Check for updates.
"""
# Wait for connection to internet enabled
- while not URLTools.URLCheckConnection():
+ while not URLTools.URLCheckConnection("http://ftp.kysoh.com"):
time.sleep(1.0)
self.__logger.logInfo("Internet connection is detected")
# Download conf files
|