Tkinter window delay while getting pyupbit price

前端 未结 0 1811
栀梦
栀梦 2021-01-24 21:45
def get_current_price(self):
    self.after(1, self.get_current_price)
    price = pyupbit.get_current_price(self.tickers[self.ticker.current()])
    self.current_price.         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题