Çok eski bir web tarayıcısı kullanıyorsunuz. Bu veya diğer siteleri görüntülemekte sorunlar yaşayabilirsiniz.. Tarayıcınızı güncellemeli veya alternatif bir tarayıcı kullanmalısınız.
Open uitip.py and add this to the start of the file:
import re
Now find class TipBoard(ui.Bar):, and replace it with this:
class TipBoard(ui.Bar):
SCROLL_WAIT_TIME = 3.0
TIP_DURATION = 5.0
STEP_HEIGHT = 17
def __init__(self):
ui.Bar.__init__(self)...