X-Git-Url: https://wannabe.guru.org/gitweb/?a=blobdiff_plain;f=renderer_catalog.py;h=3cd8406b4d2b8e02770dc54682162d3874df829f;hb=75b27cc68871343681f01e3f5b04cae84b1b7b2a;hp=c789aaa2b6f6e2c10c500eaa04654d8ad9f85201;hpb=4b1f3d8a8b278ca6d62f461ea80c8ea21080c301;p=kiosk.git diff --git a/renderer_catalog.py b/renderer_catalog.py index c789aaa..3cd8406 100644 --- a/renderer_catalog.py +++ b/renderer_catalog.py @@ -25,8 +25,8 @@ oauth = gdata_oauth.OAuth(secrets.google_client_id, if not oauth.has_token(): user_code = oauth.get_user_code() print('------------------------------------------------------------') - print('Go to %s and enter the code "%s" (no quotes, case-sensitive)' % ( - oauth.verification_url, user_code)) + print(('Go to %s and enter the code "%s" (no quotes, case-sensitive)' % ( + oauth.verification_url, user_code))) oauth.get_new_token() seconds = 1