The changes necessary to upgrade the kiosk to use python3.7.
[kiosk.git] / renderer_catalog.py
index c789aaa2b6f6e2c10c500eaa04654d8ad9f85201..3cd8406b4d2b8e02770dc54682162d3874df829f 100644 (file)
@@ -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