nextcloud / news-updater

:newspaper: Fast, parallel feed updater for the News app; written in Python
GNU General Public License v3.0
107 stars 23 forks source link

Remove wrong default statement in the argparser #12

Closed z3ntu closed 6 years ago

z3ntu commented 6 years ago

Without this commit the argumentparser always puts a default of 'php' for the key 'php' and by that overwrites whatever is coming from the config file.

Fixes #11

BernhardPosselt commented 6 years ago

New version is on pypi, thanks for catching this

z3ntu commented 6 years ago

Can you please also tag the release in git?

BernhardPosselt commented 6 years ago

done

z3ntu commented 6 years ago

thanks!