これを機能させようとしていますが、「ValueError: could not convert string to float:」エラーが発生し続けます。read() と readline() を試しましたが、わかりません。
助けてくれてありがとう!
from urllib2 import urlopen
current_time = urlopen("http://just-the-time.appspot.com/?f=%t")
print current_time.readline()
future = float(current_time.readline()) + 30
print "future" + future