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

Commit

Permalink
Removing unneeded arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
Théo Piboubès committed Aug 16, 2015
1 parent efed781 commit 4990a45
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions rtv/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,11 +91,8 @@ def command_line():
group.add_argument('-p', dest='password', help='reddit password')

oauth_group = parser.add_argument_group('OAuth data (optional)', OAUTH)
oauth_group.add_argument('--client-id', dest='client_id', help='OAuth app ID')
oauth_group.add_argument('--redurect-uri', dest='redirect_uri', help='OAuth app redirect URI')
oauth_group.add_argument('--auth-token', dest='authorization_token', help='OAuth authorization token')
oauth_group.add_argument('--refresh-token', dest='refresh_token', help='OAuth refresh token')
oauth_group.add_argument('--scope', dest='scope', help='OAuth app scope')

args = parser.parse_args()

Expand Down

0 comments on commit 4990a45

Please sign in to comment.