Skip to content

Commit

Permalink
v3.5.7 add a bit of logging
Browse files Browse the repository at this point in the history
  • Loading branch information
NikhilNarayana committed Mar 5, 2020
1 parent b1d57ba commit ed397bf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions frcuploader/youtube.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,8 @@ def test_get_service(scope, service, secret=None):
def get_service(scope, service, secret=None):
CLIENT_SECRETS_FILE = get_secrets(PREFIXES, SUFFIXES) if not secret else secret

print(f"Using {CLIENT_SECRETS_FILE}")

if not CLIENT_SECRETS_FILE:
return None

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from os import path

here = path.abspath(path.dirname(__file__))
version = '3.5.6'
version = '3.5.7'

long_des = ""
with open(path.join(here, 'README.md')) as f:
Expand Down

0 comments on commit ed397bf

Please sign in to comment.