Skip to content

error in the line read_config() #25

@codeproteam

Description

@codeproteam

What exactly the path should be?
should it be config_location = "/pirateradio/PirateRadio.conf/ ?
are we supposed to create a directory pirateradio under root and move the conf file over there?

the error we are getting is:

File "PirateRadio.py", line 180, in
main()
File "PirateRadio.py",line 35 in main
setup()
File "PirateRadio.py",line 152, in setup
read_config()
File "PirateRadio.py", line 97 in read_config
play_stereo = config.get("pirateradio", "stereo_playback',fallback=True)
TypeError: get() got an unexpected keyword argument 'fallback'

any help would be appreciated !

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions