summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'check.py')
-rw-r--r--check.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/check.py b/check.py
index 2c38799..df71db3 100644
--- a/check.py
+++ b/check.py
@@ -38,6 +38,7 @@ class GardCheck:
# corresponding time stamp in seconds
def _get_timestamp_from_url(self, url):
try:
+ # TODO: Add a timeout
f = urllib2.urlopen(url)
date = f.read()
f.close()