Remove timer (not more used by website)

This commit is contained in:
Florent 2012-03-28 14:09:38 +02:00 committed by Romain Bignon
commit d390590363

View file

@ -102,7 +102,7 @@ class FreeKeyboard(object):
def get_small(self, string):
for c in string:
time.sleep(0.4)
#time.sleep(0.4)
url = 'https://mobile.free.fr/moncompte/chiffre.php?pos=' + c + '&small=1'
self.basepage.browser.openurl(url)