diff options
author | 2014-10-14 15:15:27 -0400 | |
---|---|---|
committer | 2015-06-19 15:46:57 -0400 | |
commit | dd0b8ce636d7a533c8e2efcfbee905d2de4ff744 (patch) | |
tree | 12bb06b489c11e98dcd22ccea0bb7218740aff9b /WebappConfig/config.py | |
parent | config.py: Adds "query" to list of actions to get pn and pvr (diff) | |
download | webapp-config-dd0b8ce636d7a533c8e2efcfbee905d2de4ff744.tar.gz webapp-config-dd0b8ce636d7a533c8e2efcfbee905d2de4ff744.tar.bz2 webapp-config-dd0b8ce636d7a533c8e2efcfbee905d2de4ff744.zip |
config.py: Changes --query nargs to 2
Diffstat (limited to 'WebappConfig/config.py')
-rw-r--r-- | WebappConfig/config.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WebappConfig/config.py b/WebappConfig/config.py index 84840bb..acf7b7a 100644 --- a/WebappConfig/config.py +++ b/WebappConfig/config.py @@ -633,7 +633,7 @@ class Config: 'instructions when they were shown to you ;-)') info_opts.add_argument('--query', - action='store_true') + nargs=2) #----------------------------------------------------------------- # Other Options |