Skip to content

Commit

Permalink
Update auth token error message to remove reference to config.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
VikashKothary committed Mar 24, 2020
1 parent 4782348 commit 153bd15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tindetheus/tindetheus.py
Original file line number Diff line number Diff line change
Expand Up @@ -264,8 +264,8 @@ def command_line_run():
args = parse_arguments(sys.argv[1:], defaults)

if defaults['facebook_token'] is None and defaults['XAuthToken'] is None:
raise('ERROR: No facebook token nor XAuth token in config.txt. '
'You must supply a facebook token in order to use tindetheus!')
raise('ERROR: No facebook or tinder token has been set.'
'You must supply an auth token in order to use tindetheus!')

# run the main function with parsed arguments
main(args, defaults['facebook_token'], defaults['XAuthToken'],
Expand Down

0 comments on commit 153bd15

Please sign in to comment.