Skip to content
This repository has been archived by the owner on Aug 6, 2022. It is now read-only.

Commit

Permalink
Added command to trigger section update
Browse files Browse the repository at this point in the history
  • Loading branch information
daghaian committed Nov 16, 2018
1 parent 40eecf4 commit 5b88dcf
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions config.py
Expand Up @@ -301,11 +301,12 @@ def parse_args(self):

# Mode
parser.add_argument('cmd',
choices=('sections', 'server', 'authorize'),
choices=('sections', 'server', 'authorize','update_sections'),
help=(
'"sections": prints plex sections\n'
'"server": starts the application\n'
'"authorize": authorize against a google account'
'"authorize": authorize against a google account\n'
'"update_sections": update section mappings in config\n'
)
)

Expand Down

0 comments on commit 5b88dcf

Please sign in to comment.