Exemple #1
0
    def __init__(self, addr, port):
        self.addr = addr
        self.port = port

        self.notilyric = NotiLyric('fmlyric')
        self.interval = 1

        self.artist = self.title = ''
Exemple #2
0
	def __init__(self):
		self.live = False
		self.notilyric = NotiLyric('QLyric')
		self.interval = 1