Update the Rio Version, add meta tags, refactor rio components that have init overwrites, add member picture for Tim
This commit is contained in:
@@ -2,10 +2,11 @@ import asyncio
|
||||
import logging
|
||||
from random import randint
|
||||
|
||||
from rio import Text, Component, TextStyle
|
||||
from rio import Text, Component, TextStyle, i_know_what_im_doing
|
||||
|
||||
|
||||
class Ticker(Component):
|
||||
@i_know_what_im_doing
|
||||
def __init__(self, texts: list[str], refresh_interval: float, style: TextStyle, tick_in_order: bool, **kwargs) -> None:
|
||||
super().__init__()
|
||||
if refresh_interval <= 0:
|
||||
|
||||
Reference in New Issue
Block a user