Skip to content

Commit

Permalink
Fix linting for config.py
Browse files Browse the repository at this point in the history
  • Loading branch information
VikashKothary committed Mar 24, 2020
1 parent 012c743 commit 4782348
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tindetheus/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
TINDETHEUS_RETRIES = os.getenv('TINDETHEUS_LIKES', 20)

TINDER_AUTH_TOKEN = os.getenv('TINDER_AUTH_TOKEN', None)
FACEBOOK_AUTH_TOKEN = os.getenv('FACEBOOK_AUTH_TOKEN', None)
FACEBOOK_AUTH_TOKEN = os.getenv('FACEBOOK_AUTH_TOKEN', None)

0 comments on commit 4782348

Please sign in to comment.