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