pep8 nihonnooto
This commit is contained in:
parent
537238de07
commit
da0ecfd6a7
1 changed files with 10 additions and 10 deletions
|
|
@ -23,6 +23,7 @@ from weboob.capabilities.audiostream import BaseAudioStream, AudioStreamInfo
|
||||||
|
|
||||||
__all__ = ['LivePage', 'ProgramPage']
|
__all__ = ['LivePage', 'ProgramPage']
|
||||||
|
|
||||||
|
|
||||||
class LivePage(BasePage):
|
class LivePage(BasePage):
|
||||||
def iter_radios_list(self):
|
def iter_radios_list(self):
|
||||||
radio = Radio('nihon')
|
radio = Radio('nihon')
|
||||||
|
|
@ -49,7 +50,6 @@ class LivePage(BasePage):
|
||||||
yield radio
|
yield radio
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
class ProgramPage(BasePage):
|
class ProgramPage(BasePage):
|
||||||
def get_current_emission(self):
|
def get_current_emission(self):
|
||||||
current = AudioStreamInfo(0)
|
current = AudioStreamInfo(0)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue