Remove timer (not more used by website)
This commit is contained in:
parent
b440918eca
commit
d390590363
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue