dcai / airnotifier

Push Notifications Server for Human Beings.
Other
593 stars 187 forks source link

FIX: Duplicate "pemdir" definition in install.py #216

Closed janisstreib closed 4 years ago

janisstreib commented 4 years ago

The duplicate "pemdir" definition causes the install-script to fail with:

tornado.options.Error: Option 'pemdir' already defined in ./install.py 

This PR removes the duplicate definition.

dcai commented 4 years ago

Thanks @janisstreib